Mobile AI 2021 Learned Smartphone ISP Challenge Forum

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

> raise Exception('Expected %d .png images'%len(ref_pngs))

failed return with raise Exception('Expected %d .png images'%len(ref_pngs))

Posted by: xushusong001 @ Jan. 25, 2021, 9:26 a.m.

This error message means that your submission violates the structure, so the evaluation server can't find your output images.
Please check the "Evaluation" tab in this challenge website.

Posted by: MHChen @ Feb. 1, 2021, 3 a.m.

Hi, my submission got fail and showed the error below.

Traceback (most recent call last):
File "/tmp/codalab/tmpYM3tAc/run/program/evaluation.py", line 85, in
raise Exception('Expected %d .png images'%len(ref_pngs))
Exception: Expected 2258 .png images

The error message looks like we need to provide the 2258.png in zip, but the max number of image is 2257.

Posted by: adkevin3307 @ Feb. 18, 2021, 6:19 a.m.
Post in this thread