We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c92e9 commit 63a705fCopy full SHA for 63a705f
demo_test.sh
@@ -6,7 +6,7 @@ wget -P $MODEL_PATH http://sceneparsing.csail.mit.edu/model/pytorch/baseline-res
6
wget -P $MODEL_PATH http://sceneparsing.csail.mit.edu/model/pytorch/baseline-resnet50_dilated8-ppm_bilinear_deepsup/decoder_epoch_20.pth
7
wget -P $RESULT_PATH http://sceneparsing.csail.mit.edu//data/ADEChallengeData2016/images/validation/ADE_val_00000278.jpg
8
9
-python -u test.py \
+python3 -u test.py \
10
--model_path $MODEL_PATH \
11
--test_img ./ADE_val_00000278.jpg \
12
--arch_encoder resnet50_dilated8 \
0 commit comments