Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Submission metadata appears to be dropped when submitting large files #334

Open felixp8 opened 2 years ago

felixp8 commented 2 years ago

When I try to submit a file along with submission metadata using the --large flag with EvalAI-CLI, only the default_submission_meta_attributes are properly assigned and not the additional submission_meta_attributes. The problem might be that the function upload_file_using_presigned_url does not currently accept and handle those additional attributes but make_submission does.