Skip to content

Commit 7cdafc4

Browse files
init
1 parent 294a1b5 commit 7cdafc4

4 files changed

+10
-12
lines changed

eval_cihp.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
python ./exp/test/eval_show_pascal2cihp.py \
22
--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' \
55
--loadmodel './data/pretrained_model/inference.pth'
6-

eval_pascal.sh

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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'

train_transfer_cihp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python ./exp/transfer/train_cihp_from_pascal.py \
22
--batch 24 --gpus 8 --pretrainedModel './pascal_base_trained.pth' \
3-
--lr 0.007 --classes 20
3+
--lr 0.007 --classes 20

train_universal.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python ./exp/universal/pascal_atr_cihp_uni.py \
1+
python ./exp/universal/pascal_atr_cihp_uni.py \
22
--batch 24 --gpus 8 \
33
--pretrainedModel './data/pretrained_model/deeplab_v3plus_v3.pth' \
4-
--lr 0.007
4+
--lr 0.007

0 commit comments

Comments
 (0)