Cloud-CV / Cloud-CV/evalai-cli

Submission metadata appears to be dropped when submitting large files

Open
#334 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.