roboflow-python
roboflow-python copied to clipboard
The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
Hello, I'd like to report a minor bug. I've annotated a dataset with Roboflow. I exported my data in YOLOv8 format but 2 classes are inverted in data.yaml. The model...
# Description add cli interface for dedicated deployment List any dependencies that are required for this change. ## Type of change Please delete options that are not relevant. - [...
## Problem Strange and buggy behavior with Python API when uploading images. ## Steps to reproduce I use Roboflow Python API to upload batches of images to be annotated. I...
# Description This PR updates chardet to 5.2.0. This PR is made in place of https://github.com/roboflow/roboflow-python/pull/230 since the contributor did not approve the CLA. ## Type of change - [...
# Description Ensure FPS limit of 120 is consistently enforced ## Type of change Please delete options that are not relevant. - [X ] Bug fix (non-breaking change which fixes...
When downloading COCO Dataset with florence2 format, the UI got stuck on "zipping files" for hours. However, if I choose other format such as "COCO", it can generate the download...
For some projects versions, the model is being `None` when it should not be. This happens because the API may return a single `'model'` key, not always `'models'` on the...
https://github.com/python/mypy/issues/17542
## Problem `version.model` returns NoneType, failing all model inference calls in production ## Reproduce steps Take any public project that has a model: https://universe.roboflow.com/batuhan-yilmaz-mnu8w/segmentationexample/model/5 Run python inference code: ``` !pip...
# Description Fixes issue #235 by raising `UploadError` exceptions that happens inside `single_upload` ## Type of change Please delete options that are not relevant. - [X] Bug fix (non-breaking change...