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
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...