Skip to content

Reference data not found all of a sudden #1940

@Irikos

Description

@Irikos

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions