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
Thanks a lot!
Posted by: yangquanwei @ March 18, 2021, 6:42 a.m.