-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
Hi, try to change these settings https://github.com/opencv/cvat/blob/develop/cvat/settings/base.py#L405-L406 |
thanks a lot! Can I ask: what is the purpose of baking in hard limits? |
@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? |
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. |
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.
The text was updated successfully, but these errors were encountered: