DeepFake Game Competition (DFGC) @ IJCB 2021 Forum

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

> Problems encountered while uploading files

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.
Post in this thread