DeepLabV3Plus-Pytorch icon indicating copy to clipboard operation
DeepLabV3Plus-Pytorch copied to clipboard

How to test cityscapes after train?

Open lcr9875 opened this issue 3 years ago • 1 comments

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?

lcr9875 avatar Oct 18 '22 04:10 lcr9875

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

licongguan avatar Oct 22 '22 03:10 licongguan