Skip to content

Commit 64861ea

Browse files
committed
update config file
1 parent a8c7e07 commit 64861ea

File tree

12 files changed

+24
-16
lines changed

12 files changed

+24
-16
lines changed

configs/DukeMTMC/AGW_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-AGW.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/DukeMTMC/bagtricks_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-bagtricks.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/DukeMTMC/sbs_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-Strongerbaseline.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/MSMT17/AGW_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-AGW.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/MSMT17/bagtricks_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-bagtricks.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/MSMT17/sbs_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-Strongerbaseline.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/Market1501/AGW_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-AGW.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/Market1501/bagtricks_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-bagtricks.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: "101"
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

configs/Market1501/sbs_R101-ibn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _BASE_: "../Base-Strongerbaseline.yml"
22

33
MODEL:
44
BACKBONE:
5-
DEPTH: 101
5+
DEPTH: "101x"
66
WITH_IBN: True
77

88
DATASETS:

demo/run_bjz.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
python demo.py --config-file ../projects/bjzProject/logs/bjz/R50_512dim_circle_bjz_0618_8x3/config.yaml \
2+
--input \
3+
"/home/liaoxingyu2/lxy/logs/badcase/seed.jpg" \
4+
"/home/liaoxingyu2/lxy/logs/badcase/leaf_0.4883.jpg" \
5+
"/home/liaoxingyu2/lxy/logs/badcase/leaf_0.467.jpg" \
6+
--output logs/R50_256x128_pytorch_feat_output \
7+
--opts MODEL.WEIGHTS ../projects/bjzProject/logs/bjz/R50_512dim_circle_bjz_0618_8x32/model_final.pth \
8+
MODEL.DEVICE "cuda: 2"
9+

demo/run_demo.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python demo/visualize_result.py --config-file 'logs/dukemtmc/mgn_R50-ibn/config.yaml' \
2-
--parallel --vis-label --dataset-name 'DukeMTMC' --output 'logs/mgn_duke_vis' \
3-
--opts MODEL.WEIGHTS "logs/dukemtmc/mgn_R50-ibn/model_final.pth"
1+
python demo/visualize_result.py --config-file logs/dukemtmc/mgn_R50-ibn/config.yaml \
2+
--parallel --vis-label --dataset-name 'DukeMTMC' --output logs/mgn_duke_vis \
3+
--opts MODEL.WEIGHTS logs/dukemtmc/mgn_R50-ibn/model_final.pth

tools/deploy/run_export.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
python caffe_export.py --config-file "/export/home/lxy/cvpalgo-fast-reid/logs/dukemtmc/R34/config.yaml" \
1+
python caffe_export.py --config-file /export/home/lxy/cvpalgo-fast-reid/logs/dukemtmc/R34/config.yaml \
32
--name "baseline_R34" \
4-
--output "logs/caffe_R34" \
5-
--opts MODEL.WEIGHTS "/export/home/lxy/cvpalgo-fast-reid/logs/dukemtmc/R34/model_final.pth"
3+
--output logs/caffe_R34 \
4+
--opts MODEL.WEIGHTS /export/home/lxy/cvpalgo-fast-reid/logs/dukemtmc/R34/model_final.pth

0 commit comments

Comments
 (0)