DeepGlobe Road Extraction Challenge Forum

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

> Submit format

hi,

Can you please clarify the submit format?
I followed the instructions mentioned in the participate guidelines but i'm getting missing files messages in the error log.

Posted by: eladbb @ April 3, 2018, 8:50 p.m.

same here, I get many lines of
===== Some files are missing in upload =====
in the "View scoring output log" file (stdout.txt)

Posted by: rlit @ April 4, 2018, 10:08 a.m.

Both of you have got a positive score now, so I guess the problem is resolved :)

Posted by: jinghuang @ April 4, 2018, 7:27 p.m.

Also getting
===== Some files are missing in upload =====

Tried a lot of different things like

results.zip/312148_mask.png ...
resutlts.zip/results/i312148_mask.png ...

Would appreciate any help over here!

Posted by: truncs @ April 8, 2018, 12:36 a.m.

Also getting "===== Some files are missing in upload ===== " in the file named as "View scoring output log".
Tried both "foldername.zip/xxx_mask.png" and "foldername.zip/foldername/xxx_mask.png" .

Posted by: xuebin_ualberta @ April 8, 2018, 10:31 p.m.

Got the problem:"@fanneilyang - make sure that *.png's have only values 0 or 255 (or whatever greater than 128). This will make zip much smaller and working.
Also, make sure that you png's has shape (1024, 1024, 3), not (1024, 1024) ;)"

Posted by: xuebin_ualberta @ April 8, 2018, 11:23 p.m.

same problem happen for me

getting "===== Some files are missing in upload ===== "
1243 img for valid
an produce 1243 mask img
like
64_sat.jpg produce 64_mask.png

i threshold 128 and so my files only 0 and 255
writed with opencv as png file image shape 1024,1024,3
but noting work
what is missing ?
where is clear explelantion ?

Posted by: birolkuyumcu @ April 9, 2018, 5:54 a.m.

Also had this problem in stdout.txt
===== Some files are missing in upload =====
===== Some files are missing in upload =====

I have tried two folder structures as follow.
(1) validation.zip | 64_mask.png
1392_mask.png
3272_mask.png
...
(2) validation.zip | validation | 64_mask.png
1392_mask.png
3272_mask.png
...
Both of them have failed. How can I submit the results?

Posted by: maybe_forever @ April 9, 2018, 11:57 a.m.

Please refer to the last section of https://competitions.codalab.org/competitions/18467#participate
All images should be in the root directory of the zip file.

Posted by: jinghuang @ April 10, 2018, 6:40 p.m.

birolkuyumcu:

As most of you have figured out, you need to make sure that you png has shape (1024, 1024, 3) instead of (1024, 1024).

We have added this note to the description - sorry for the confusion!

Posted by: jinghuang @ April 10, 2018, 6:53 p.m.
Post in this thread