av2-api
av2-api copied to clipboard
submission file format
The ChallengeSubmission class of av2 generates parquet files - but eval.ai only accepts json, zip, gz, txt, csv, tsv, ... (via file upload) What file name is required? Which file name extension? I tried to zip the submission.parquet file as well as changing the compression in submission_df.to_parquet(submission_file_path, compression='gzip' ) and storing as .gz but neither if those works.
Hi @hendrik-b,
We're currently working with eval-ai to resolve this issue. Please refer to: https://github.com/argoai/av2-api/issues/74 for a work-around.
Ben
Looks like this has been fixed. Using the latest version of EvalAI, I was not able to reproduce this issue with the AV2 challenge.
If this issue recurs in the future, please feel free to re-open this issue or open a new one! :-)