-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Uploading large XML Files #123
Comments
Hi @rnekk2 , Could you please archive your XML file and attach to the issue (or share with us somehow)? We will try to reproduce the problem locally and improve upload functionality somehow. |
Hi @nmanovic ,
|
* Fix #123 (Uploading large XML Files) * Integrated SILK for profiling. * Don't try to call save_job without objects.
This fix works for annotation files which contain large number of shapes. |
It should be fixed now. Need to check. |
@azhavoro , could you please check that it works now with your new changes? |
We completely reimplemented upload annotation method. It should work with huge annotation files. |
* Save all task data in voc always * update changelog
I am having issues uploading large XML files. I created a task with 130K images. I uploaded the annotations XML file around 120MB. It says file being processed. Once it says annotations are being saved, it fails. Changed the DATA_UPLOAD_MAX_MEMORY_SIZE value to 300 MB from the default 100MB but still no luck.
The text was updated successfully, but these errors were encountered: