Problem in submission ¶
By: sumaiyasultanadolaa on March 28, 2025, 6:10 a.m.
I am getting this response when i am submitting the csv file: evalutils.exceptions.ValidationError: We only expected to find the columns ('filename', 'center_x_mm', 'center_y_mm', 'semi_axes_a_mm', 'semi_axes_b_mm', 'angle_rad'). However, we also found that extra columns were defined: ['[{"interface": {"title": "Predictions CSV File"', 'description: "Set of predictions for a challenge evaluation"', 'slug: "predictions-csv-file"', 'kind: "CSV file"', 'pk: 4', 'default_value: null', 'super_kind: "File"', 'relative_path: "predictions.csv"', 'overlay_segments: []', 'look_up_table: null}', 'value: null', 'file: "https://grand-challenge.org/media/evaluation/265/submissions/122083/77dc7423-ecae-4842-9113-78ffb01bd4f4/predictions.csv"', 'image: null', 'pk: 2770411}]']. Please remove them.
I could not find out what the problem with my csv file is.