Skip to content

Commit 63a705f

Browse files
authored
Update demo_test.sh
1 parent 86c92e9 commit 63a705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ wget -P $MODEL_PATH http://sceneparsing.csail.mit.edu/model/pytorch/baseline-res
66
wget -P $MODEL_PATH http://sceneparsing.csail.mit.edu/model/pytorch/baseline-resnet50_dilated8-ppm_bilinear_deepsup/decoder_epoch_20.pth
77
wget -P $RESULT_PATH http://sceneparsing.csail.mit.edu//data/ADEChallengeData2016/images/validation/ADE_val_00000278.jpg
88

9-
python -u test.py \
9+
python3 -u test.py \
1010
--model_path $MODEL_PATH \
1111
--test_img ./ADE_val_00000278.jpg \
1212
--arch_encoder resnet50_dilated8 \

0 commit comments

Comments
 (0)