DeepFake Game Competition (DFGC) @ IJCB 2021 Forum

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

> Problems encountered while uploading detection track files

I have already test locally using the evaluate_Detection.py from DFGC_starterkit-master with the nicedif/dfgc:v2 Docker imageļ¼Œbut still get problem when I uploading the detection track files:

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/tmp7Qty3k/run/program/evaluate_D1.py", line 45, in
from sub_model import model as DetSub
ImportError: cannot import name 'model'

How can I solve it?

Posted by: yangquanwei @ March 18, 2021, 3:57 a.m.

Hi, your submission has incorrect zip structure. We require no redundant sub-directories under the zip, like the following:

submission_det.zip
|___model.py
|___ any_others

However, your zip is like:
submission_det.zip
|___ submission_det/
******************|___model.py
******************|___ any_others

Posted by: bob_peng @ March 18, 2021, 5:07 a.m.

Thanks a lot!

Posted by: yangquanwei @ March 18, 2021, 6:42 a.m.
Post in this thread