yyliu01 / RPL

[ICCV'23] Residual Pattern Learning for Pixel-wise Out-of-Distribution Detection in Semantic Segmentation
https://arxiv.org/pdf/2211.14512.pdf
MIT License
142 stars 14 forks source link

What is the meaning of the result page for CityScapes mIOU? #11

Closed Orange-rightperson closed 1 year ago

Orange-rightperson commented 1 year ago

Is it for the inline segmentation? And I run the test.py get a Cityscapes mIOU, can I campare the result with your result ?

yyliu01 commented 1 year ago

Hi @Orange-rightperson

Sure, of course! You can uncomment the code in here to inference.

After the submission to the Cityscapes website, you will have an official report (like the one I reported in here). You can also work on the validation set, while the results should match the Fishyscapes leader board (in here).

Cheers, Yuyuan