-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hello,
This problem popped up seemingly out of nowhere.
I've made the evaluation script to access the reference data. Participants upload their json and the script compares it to the reference data and computes a score. It all worked fine for about 1.5 months, until 2 days ago when it stopped working, due to the script not being able to find the reference data anymore.
The data is still visible in "Files" tab and this error appeared with us making to changes to the competition.
I would very much like to understand what happened / is happening, both to fix it now and make sure I avoid this problem in the future.
Thank you!
Competition link: https://www.codabench.org/competitions/9109/
Full error example:
Traceback (most recent call last): File "/app/program/scoring.py", line 133, in map_score, ap50 = compute_Average_Precision(ground_truth_json, predictions_json) File "/app/program/scoring.py", line 11, in compute_Average_Precision gt_coco = COCO(ground_truth_json) File "/usr/local/lib/python3.10/site-packages/pycocotools/coco.py", line 81, in init with open(annotation_file, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/app/input/ref/reference_data/val_annotations.json'