ETCI 2021 Competition on Flood Detection Forum

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

> A sample submission file

Might be a good idea to include a sample submission file. It should essentially be a zip that the participants can investigate for clarifying any doubts regarding it.

Posted by: sayak @ April 18, 2021, 5:01 a.m.

Hi,

The submission file and the process is described here: https://nasa-impact.github.io/etci2021/ in The Rules of the Game section. They are just predicted binary labels ordered and converted to a 10400x256x256 numpy array as mentioned in the previous link. The requirement to zip the numpy object for upload is enforced by the platform. Let me know if you have any specific questions regarding the upload process. Thanks!

Posted by: Shubhankar @ April 18, 2021, 2:14 p.m.

are the keys/indexes of submitable array names of images or digits [0-#num_val]?

Posted by: hpysr_s @ April 19, 2021, 10:46 p.m.

The image names are mentioned in this link as well: https://nasa-impact.github.io/etci2021/

Posted by: Shubhankar @ April 19, 2021, 10:50 p.m.

yeah, my question is do you expect sorted masks or dictionary where the key is the image name

Posted by: hpysr_s @ April 19, 2021, 10:51 p.m.

The solution requires predicted binary labels ordered / sorted and converted to a 10400x256x256 numpy array as mentioned in the previous link. The requirement to zip the numpy object for upload is enforced by the platform. Let me know if you have any specific questions regarding the upload process.

Posted by: Shubhankar @ April 19, 2021, 10:53 p.m.

Can a pixel be waterbody and flood_label at the same time?

Posted by: hpysr_s @ April 23, 2021, 9:48 p.m.
Post in this thread