When I was uploading the zip file, I got an 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/tmp2aj7VY/run/program/evaluate_C1.py", line 45, in
assert len(img_names) == 1000
AssertionError
How can I solve it?
Posted by: hlb01 @ March 11, 2021, 2:43 a.m.Hi, it seems you have an extra redundant level of sub-directory under the submitted zip. We require all 1000 images to be directly zipped into a bundle.
The file structure should be like this:
xxx.zip
|___xxxx.png or .jpg
|___xxxx.png
|___ ...
Please see our baseline submission in the "Public Submissions" tab for an example.
Posted by: bob_peng @ March 11, 2021, 2:57 a.m.