Eromera/erfnet_pytorch

Result

InstantWindy opened this issue · 4 comments

Has anyone run this code? How does it work

Hi! You can check the READMEs in each folder for some tips on how to use each code for training or evaluation. If you have more doubts after that just ask!

Can you tell me how to test the mean iou in the cityscape test set online? Because the cityscape test set has no tags, online testing is required, but I don't know what to do. Thank you very much!

Hi. You need to use the "eval/eval_cityscapes_server.py" script with "--subset test" option which will produce the segmentation output for the 500 test images. Then you need to compress these images in a single ZIP and upload in their webpage , which is the only way to get the result in the test set.

It can directly obtain the test mean iou?Only uploading the test prediction images in their webpage? Thank you!