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 directory structure of the submission?

Traceback (most recent call last):
File "/tmp/codalab/tmpy00O7u/run/program/evaluate.py", line 57, in
all_acc, acc, all_iou, iou = mean_iou(pred, gt, NUM_CLASSES, IGNORE_INDEX, NAN_TO_NUM)
File "/tmp/codalab/tmpy00O7u/run/program/utils.py", line 78, in mean_iou
assert len(gt_seg_maps) == num_imgs
AssertionError

Posted by: Wprofessor @ May 25, 2021, 3:25 a.m.

Dear Wprofessor,

The zip file should contain semantic segmentation mask PNG files for all the test files, where the output files should have same name and extension as the RGB images.
Make sure the zip contains all the files at the root level and not inside a directory.

Please find the submission zip structure below:

submission.zip
├─ 00000_MVR.png
├─ 00001_MVR.png
├─ 00002_MVR.png
└─ and so on...

The following submission structure will FAIL and throw an assertion error:

submission.zip
└─ results
```├─ 00000_MVR.png
```├─00001_MVR.png
```├─00002_MVR.png
```└─ and so on...

Posted by: omnicv_2021_challenge @ May 28, 2021, 11:25 a.m.
Post in this thread