File tree 4 files changed +10
-12
lines changed
4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
python ./exp/test/eval_show_pascal2cihp.py \
2
2
--batch 1 --gpus 1 --classes 20 \
3
- --gt_path ' ./data/datasets/CIHP_4w/Category_ids/ ' \
4
- --txt_file ' ./data/datasets/CIHP_4w/lists/test_id .txt' \
3
+ --gt_path ' ./data/datasets/CIHP_4w/Category_ids' \
4
+ --txt_file ' ./data/datasets/CIHP_4w/lists/val_id .txt' \
5
5
--loadmodel ' ./data/pretrained_model/inference.pth'
6
-
Original file line number Diff line number Diff line change 1
- python ./exp/test/eval_show_cihp2pascal.py \
2
- --batch 1 --gpus 1 --classes 20 \
3
- --gt_path ' ./data/datasets/CIHP_4w/Category_ids/' \
4
- --txt_file ' ./data/datasets/CIHP_4w/lists/test_id.txt' \
5
- --loadmodel ' ./data/pretrained_model/cihp2pascal.pth'
6
-
1
+ python ./exp/test/eval_show_pascal.py \
2
+ --batch 1 --gpus 1 --classes 7 \
3
+ --gt_path ' ./data/datasets/pascal/SegmentationPart/' \
4
+ --txt_file ' ./data/datasets/pascal/list/val_id.txt' \
5
+ --loadmodel ' ./cihp2pascal.pth'
Original file line number Diff line number Diff line change 1
1
python ./exp/transfer/train_cihp_from_pascal.py \
2
2
--batch 24 --gpus 8 --pretrainedModel ' ./pascal_base_trained.pth' \
3
- --lr 0.007 --classes 20
3
+ --lr 0.007 --classes 20
Original file line number Diff line number Diff line change 1
- python ./exp/universal/pascal_atr_cihp_uni.py \
1
+ python ./exp/universal/pascal_atr_cihp_uni.py \
2
2
--batch 24 --gpus 8 \
3
3
--pretrainedModel ' ./data/pretrained_model/deeplab_v3plus_v3.pth' \
4
- --lr 0.007
4
+ --lr 0.007
You can’t perform that action at this time.
0 commit comments