File tree Expand file tree Collapse file tree 12 files changed +24
-16
lines changed Expand file tree Collapse file tree 12 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-AGW.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-bagtricks.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-Strongerbaseline.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-AGW.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-bagtricks.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-Strongerbaseline.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-AGW.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-bagtricks.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : " 101 "
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ _BASE_: "../Base-Strongerbaseline.yml"
2
2
3
3
MODEL :
4
4
BACKBONE :
5
- DEPTH : 101
5
+ DEPTH : " 101x "
6
6
WITH_IBN : True
7
7
8
8
DATASETS :
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 \
3
2
--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
You can’t perform that action at this time.
0 commit comments