wasidennis / AdaptSegNet

Learning to Adapt Structured Output Space for Semantic Segmentation, CVPR 2018 (spotlight)
850 stars 203 forks source link

Cityscapes Test result #12

Closed InstantWindy closed 6 years ago

InstantWindy commented 6 years ago

Does your Cityscapes test dataset have labels?I have downloaded a label without a test data set from the official website.So I can't get the test mean IOU. Thank you!

hfslyc commented 6 years ago

Hi,

You can only get the test set performance through submitting the results to their website. In this work, we only evaluate on the val set.

InstantWindy commented 6 years ago

What should I submit to this website? Is the predicted tag value or the predicted image? Thank you!

wasidennis commented 6 years ago

If you'd like to submit result on the test set of Cityscapes, you should create an account on their website and follow the instructions. Normally, we just evaluate the performance on the validation set where we have the ground truth annotations and the evaluation code.