av2-api icon indicating copy to clipboard operation
av2-api copied to clipboard

submission file format

Open hendrik-b opened this issue 2 years ago • 1 comments

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.

hendrik-b avatar Jun 10 '22 14:06 hendrik-b

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

benjaminrwilson avatar Jul 07 '22 18:07 benjaminrwilson

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! :-)

wqi avatar Sep 20 '22 19:09 wqi