Greetings:
I am getting the following error message when I submit:
"
Traceback (most recent call last):
File "/codalabtemp/tmpL7Jvxk/run/program/evaluation.py", line 91, in <module>
raise Exception('Expected 100 .png images, got %d'%len(res_pngs))
Exception: Expected 100 .png images, got 0
"
Not really sure why.... I am storing all 100 validation photos + readme in output.zip. Can you check what I am doing wrong?
Thank you!
Dear jrob.husky,
I've checked your submission:
The .png files and the readme.txt file are OK.
However, you need to have all the files in the root of the ZIP archive.
In this submission
March 14, 2017, 10:55 p.m. jrob.husky 393792 output.zip
all the files are placed inside a "X2" folder while they should have been in the root of the ZIP archive.
For more info you could check
https://competitions.codalab.org/competitions/16303#learn_the_details-evaluation
If you have any other question please let me know.
Best,
Radu
Got it. Thank you. I just resubmitted.
Posted by: jrob.husky @ March 15, 2017, 4:17 p.m.So, no folders or sub-folders in the ZIP archive.
Include in the ZIP archive just the .png files and the readme.txt and nothing else.
I see what I was doing wrong (my bad-- should be good now :)
Posted by: jrob.husky @ March 15, 2017, 5:35 p.m.