Cloud-CV / Cloud-CV/evalai-cli
Submission metadata appears to be dropped when submitting large files
Open
- Dominant language
- Python
- Stars
- 57
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
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`](https://github.com/Cloud-CV/evalai-cli/blob/7deab41e9e1d84519ce70c4dfa96f99365366fcb/evalai/utils/common.py#L162) does not currently accept and handle those additional attributes but [`make_submission`](https://github.com/Cloud-CV/evalai-cli/blob/7deab41e9e1d84519ce70c4dfa96f99365366fcb/evalai/utils/submissions.py#L69) does.
Contributor guide
Assessment
This issue has not been assessed yet.