VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to test cityscapes after train?

lcr9875 opened this issue · comments

commented

I refer to the settings of voc, but there is a problem,and there is no guidance in readme. how can i test cityscapes.pth?

python main.py --model deeplabv3plus_resnet101 --dataset cityscapes --gpu_id 0 --lr 0.1 --crop_size 768 --batch_size 16 --output_stride 16 --data_root ./datasets/data/cityscapes --ckpt checkpoints/best_deeplabv3plus_resnet101_cityscapes_os16.pth --test_only --save_val_results