DeepGlobe Building Extraction Challenge Forum

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

> correct submission file format

Hello,
Before the codalab collapsed, I can submit file and get score back, where the format of the submission is like:

# 0--Parade/0_Parade_marchingband_1_465.jpg
82.14774322509766 305.38482666015625 7.7716522216796875 9.11016845703125 0.9295826554298401
467.1236877441406 257.7146301269531 7.398101806640625 8.853607177734375 0.9271596670150757

But today I submit the similar result, there is no score return. The evaluation [https://competitions.codalab.org/competitions/20146#learn_the_details-overview]
says the format is "[left, top, width, height, score]", then I submit file like the following:
# 0--Parade/0_Parade_marchingband_1_465.jpg
[82.34501, 305.8051, 7.267212, 8.704346, 0.71989155]
[670.0537, 260.8477, 7.0028076, 8.658386, 0.6408594]
There is no return too. Could you please give a txt example for submission here, not the example in [https://competitions.codalab.org/competitions/20146#participate-get_data]

Posted by: hzw2018 @ July 20, 2019, 9:56 a.m.

Hello,

Your prediciont format is invalid. Attached an example for your reference.

# 24--Soldier_Firing/24_Soldier_Firing_Soldier_Firing_24_1013.jpg
595.0 103.0 164.0 229.0 0.99920976
112.0 195.0 155.0 180.0 0.99763155
# 24--Soldier_Firing/24_Soldier_Firing_Soldier_Firing_24_1021.jpg
736.0 236.0 51.0 76.0 0.9922388
563.0 259.0 68.0 95.0 0.9907041
347.0 281.0 47.0 54.0 0.9853013

Thanks!

Posted by: wider @ July 22, 2019, 9:53 p.m.
Post in this thread