Cloud-CV / EvalAI-Starters

How to create a challenge on EvalAI?
75 stars 158 forks source link

zipping error #12

Closed eric-xw closed 5 years ago

eric-xw commented 5 years ago

I encountered the following error when running ./run.sh

zip warning:   first full name: evaluation_script/__init__.py
                      second full name: evaluation_script/pycocotools/__init__.py
                     name in zip file repeated: __init__.py
                     this may be a result of using -j
zip error: Invalid command arguments (cannot repeat names in zip file)

Is -j necessary? If so, how can we fix it if we have multiple __init__.py under different sub-directories? Thanks!

KhalidRmb commented 5 years ago

Hey, @eric-xw ! Thanks for bringing this to our notice. For now you can replace line 9 in run.sh with the following, and execute ./run.sh again: cd evaluation_script && zip -r ../evaluation_script.zip . -x "*.DS_Store" && cd ..

eric-xw commented 5 years ago

Hi @KhalidRmb, thanks for your quick response.

I followed the instruction but face another issue now: after I submitted the zip file to the EvalAI server, I tested it by submitting an example file; however, the status is always submitted and the other statuses are all none.

Stdout File | Stderr File | Result File | Metadata File
-- | -- | -- | --
eric-xw commented 5 years ago

it was because no evaluation can be run until it is approved. it takes time to be approved, so probably just be patient.