NTIRE 2023 HR NonHomogeneous Dehazing Challenge Forum

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

> submission failed

The folder of our submission:
"
| dehaze_valid.zip (6 files)
| - | 41.png
| - | 42.png
| - | 43.png
| - | 44.png
| - | 45.png
| - | readme.txt
"

The content in readme.txt (4 lines):
"
runtime per image [s] : 10.43
CPU[1] / GPU[0] : 0
Extra Data [1] / No Extra Data [0] : 1
Other description : Solution based on A+ of Timofte et al. ACCV 2014. We have a Matlab/C++ implementation, and report single core CPU runtime. The method was trained on Train 91 of Yang et al. and BSDS 200 of the Berkeley segmentation dataset.
"

but it always failed, could you figure out our mistakes during submission

stderror.txt:
"
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpkgxoBN/run/program/evaluation.py", line 99, in <module>
raise Exception('Expected %d .png images'%len(ref_pngs))
Exception: Expected 5 .png images
"
stdout.txt:
"
Error occured while parsing readme.txt
Please make sure you have a line for runtime, cpu/gpu, extra data and other (4 lines in total).
Parsed information:
Runtime: -1.000000
CPU/GPU: -1
Data: -1
Other:
"

Posted by: ZhijunTu @ Feb. 16, 2023, 3:47 a.m.

The zip archive should contain no folders/subfolders.
The files should be placed in the root of zip archive.

Posted by: Radu.Timofte @ Feb. 16, 2023, 4:43 a.m.
Post in this thread