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

> Submission error

submission is failing. assert len(gt_seg_maps) == num_imgs AssertionError
However the image number is equal to the number of test_images

Posted by: hpysr_s @ May 19, 2021, 2:25 p.m.

Make sure the folder contains your submit files, the zip commands should look like this
```bash
cd submit-folder
zip -r submit.zip *.png
```

Posted by: v.anhvth8 @ May 22, 2021, 7:33 a.m.

How did you solve this problem, please

Posted by: Wprofessor @ May 24, 2021, 9:04 a.m.

I think I had really some other file. So I generated new mask of test data

Posted by: hpysr_s @ May 24, 2021, 5:26 p.m.

Are there again issues with network????

Posted by: hpysr_s @ May 24, 2021, 6:06 p.m.

Can you tell me about the directory structure you submitted?

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

Dear hpysr_s,

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.

Assertion error is thrown if the images are present within a directory or if the number of images you submitted is not equal to the number of images expected (as partial submissions are not evaluated)

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:29 a.m.
Post in this thread