Open wldeephi opened 6 years ago
I think your batch-size is too small
@wldeephi Have you solved the problem? I have tried this pretrained model and got reasonable performance. @lxtGH Evaluation process doesn't need a large batch size.
@d-li14 Thanks, I didn't notice the evaluation process. @wldeephi Have you got the correct answer?
hello @fyu , when I run as follows with your released pretrained model: python segment.py test -d ./dataset/cityscapes/ -c 19 --arch drn_d_105 --pretrained output/drn-d-105_ms_cityscapes.pth --phase val --batch-size 1 --ms
it gives the a lower mIou(44%) then your performance,