MAFAT Satellite Vision Challenge Forum

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

> Score Submission Error

Dear MAFAT Team,

There is an error that occurs during scoring. The error is as follows. What might be the possible cause for this error?

Traceback (most recent call last):
File "/tmp/codalab/tmpBWsel5/run/program/score.py", line 64, in
map, classaps = score_submission(detpath_dir, annopath_dir, imagesetfile_dir)
File "/tmp/codalab/tmpBWsel5/run/program/score.py", line 32, in score_submission
rec, prec, ap = voc_eval(detpath,
File "/tmp/codalab/tmpBWsel5/run/program/score_utils.py", line 156, in voc_eval
with open(detfile, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/codalab/tmpBWsel5/run/input/res/Task1_small_vehicle.txt'

Posted by: Vijeth @ March 6, 2023, 9:42 a.m.

Hi,
That usually happens when the submission zip folder does not match the structure defined in the competition submission mechanism. Therefore there is an error in the path.
Please refer to the “Sample submission” in the “Participate” tab for more details about the required structure.
If you would like us to install any packages, you may request their installation in the “python packages” thread.
Neta,
MAFAT Challenge Team

Posted by: MAFAT_Challenge @ March 6, 2023, 12:26 p.m.
Post in this thread