FloodNet Challenge @ EARTHVISION 2021 - Track 1 Forum

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

> Submission Error

I get this submission error:

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpGYnpZ3/run/program/evaluate.py", line 122, in
pred = png.read_png_int(predict_path)
IOError: [Errno 2] No such file or directory: '/tmp/codalab/tmpGYnpZ3/run/input/res/10822.png'

I double-checked, and my submission folder contains '10822.png'. Also, 10822.jpg is one of the validation images. So, not sure what the issue is. Thanks for any help you can provide, I have an internal deadline today!

Posted by: wells @ May 9, 2021, 7:14 p.m.

So far I understand, the code did not find the predicted masks there. One reason could be, when you zipped the file it created another layer of folder. For example, if you unzipped the "submit.zip", it should have create only one folder named "submit", not "submit\submit" which is often happened.

Please make sure that the zipping process does not create any extra layer of folder.

Thank you!

Posted by: binalab @ May 9, 2021, 8:30 p.m.

Hi, hm that's weird, maybe it's cause my folder wasn't called submission.zip exactly, I renamed to submission.zip and resubmitted. But I double-checked that the folder structure is what you suggested.

Posted by: wells @ May 9, 2021, 8:59 p.m.
Post in this thread