Woodscape Fisheye Semantic Segmentation for Autonomous Driving | CVPR 2021 OmniCV Workshop Challenge Forum

Go back to competition Back to thread list Post in this thread

> What is the score number?

Dear v.anhvth8,

The mean Intersection over Union (mIoU) score applied to all classes except class 0 - void class is labelled score in the leaderboard.

Posted by: omnicv_2021_challenge @ April 30, 2021, 3:59 p.m.

what is the difference between selective mIoU and mIoU?

Posted by: hpysr_s @ May 24, 2021, 1:50 p.m.

I guess this include the index 0.
Assume I detect a class if classID=n. And the FPs for class N are on background classID=0. Will this be included in the union? for the class ID n?

Posted by: hpysr_s @ May 24, 2021, 1:59 p.m.

The main intention for not including void in the score is to give more priority to non-void classes.
This means that FPs on class 0 are not penalized, however the FNs on other classes will still be.
For more details, please refer to the evaluation code.

The evaluation kit has been made available, please see Evaluation section for the download link.

Posted by: omnicv_2021_challenge @ June 1, 2021, 12:23 p.m.
Post in this thread