2020 IEEE GRSS Data Fusion Contest Forum

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

> Error

when i submit my result valid1.zip, i met an error:
Traceback (most recent call last):
File "/tmp/codalab/tmpSCGTjw/run/program/score.py", line 26, in
aa, ca = compute_metrics(truth_dir, submit_dir, html_file)
TypeError: 'NoneType' object is not iterable
the name for prediction results is ROIs0000_validation_dfc_0_p0.tiff or tif, what should change? should i name it with ROIs0000_validation_dfc_0_p<0>.tiff or tif

Posted by: lyf @ Jan. 14, 2020, 2:42 a.m.

Please try with ".tif"

Posted by: yky @ Jan. 14, 2020, 2:51 a.m.

so, the name should be ROIs0000_validation_dfc_0_p0.tif or ROIs0000_validation_dfc_0_p<0>.tif?
i have tried ROIs0000_validation_dfc_0_p0.tif, but it doesn't work.

Posted by: lyf @ Jan. 14, 2020, 3:06 a.m.

Please make sure to create a zip file directly from image files rather than a folder including image files so that when a zip file is unzipped, all image files are located at the same directory as the zip file.

Posted by: yky @ Jan. 14, 2020, 3:25 a.m.
Post in this thread