roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
271 stars 70 forks source link

Individual Upload timeouts #245

Closed tonylampada closed 5 months ago

tonylampada commented 5 months ago

Description

This adds a large timeout to uploads (5min for images, 1min for annotations). When uploading datasets with lots and lots of images, this will make sure that uploader workers don't get stuck forever on bad http calls. I was able to upload full COCO dataset with the CLI after this change

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

I was able to upload full COCO dataset with the CLI after this change