Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support upload data to tasks in multiple batches #1616

Closed
LukeAI opened this issue May 29, 2020 · 5 comments · Fixed by #3692
Closed

Support upload data to tasks in multiple batches #1616

LukeAI opened this issue May 29, 2020 · 5 comments · Fixed by #3692
Assignees
Labels
enhancement New feature or request

Comments

@LukeAI
Copy link
Contributor

LukeAI commented May 29, 2020

I'm trying to upload a few thousand images to a CVAT task using the APU, split into jobs of 100.

If I try to upload more than a certain threshold, I get HTTP 413 error.

If CVAT accepted multiple POSTs to cvat_url/tasks/{task_id}/data then I would be able to do this.

Perhaps by default, each new POST could be created as a new job.

@azhavoro
Copy link
Contributor

azhavoro commented Jun 1, 2020

@LukeAI
Copy link
Contributor Author

LukeAI commented Jun 1, 2020

thanks a lot! Can I ask: what is the purpose of baking in hard limits?

@kaustubhharapanahalli
Copy link

@azhavoro can you make this a configurable parameter though a file that is in .gitignore so that we can keep CVAT to the latest version?

@LukeAI
Copy link
Contributor Author

LukeAI commented Jun 1, 2020

personally, being able to set it in my docker-compose.override.yml would be really handy - so all of my custom cfg is in one place.

@nmanovic nmanovic added the enhancement New feature or request label Jun 1, 2020
@nmanovic nmanovic added this to the Backlog milestone Jun 1, 2020
@nmanovic
Copy link
Contributor

@LukeAI , it will be supported by the PR: #3692

@nmanovic nmanovic removed this from the Backlog milestone Nov 26, 2021
@nmanovic nmanovic mentioned this issue Nov 26, 2021
8 tasks
@nmanovic nmanovic changed the title Feature Request: Support upload data to tasks in multiple batches Support upload data to tasks in multiple batches Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants