Open kukby opened 4 years ago
Once you want to test your method on the test set, please run your approach on the provided test images and submit your results: www.cityscapes-dataset.net/submit/ For semantic labeling, we require the result format to match the format of our label images named labelIDs. Thus, your code should produce images where each pixel's value corresponds to a class ID as defined in labels.py. Note that our evaluation scripts are included in the scripts folder and can be used to test your approach on the validation set. For further details regarding the submission process, please consult our website.
I have got 19 classes color png of testset,I want to know mIoU, how should I do ? Or how can I convert 19 cls into 34 cls to offical website?
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.I see the requirement need .ext file. I do not know how to create .ext file can you tell me how to create it?Thank you very much!