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.
The default behavior should be to use the local copy since versions are frozen in time. Perhaps we could provide a force=true option that deletes the existing one first to...
issue in version 1.1.7: When using the code (given in "Download Dataset"): rf = Roboflow(api_key="...") project = rf.workspace("...").project("football-players-detection-3zvbc") dataset = project.version(2).download("yolov5") an error occurs KeyError: 'members' Fixed by using Roboflow...
 8 anotated but show 6
Hello, I have uploaded a custom `yolov8` model into my project but after waiting couple of days I still don't see the model in the project. I deleted the whole...
I have around 50000 images and annotation files for oil refinery object detection task. I want segmentation level detection. But annotation file contains bounding box values. I am not finding...
Hi, I'm starting to get dependecy errors cause chardet is stuck on 4.0.0. It's possible update to the last version? ( 5.2) Thanks
When i run command Pip install roboflow It gives following error @Jacobsolawetz @broox @hansent @tonylampada @yeldarby File "C:/Users//.conda/envs/ML/lib/site-packages/roboflow/config.py", line 20, in get_conditional_configuration_variable default=os.getenv("HOME") + "/.config/roboflow/config.json", TypeError: unsupported operand type(s) for...
I uploaded around 4300 images only 1550 images are uploaded. When I searched it shows that we can upload 10k images
There's currently only one way to clean-up the uploaded dataset, disposed for annotations: using the "Remove from Project" option in the RF Annotations UI. This makes the cleanup process for...
Hi I am generating synthetic images along with annotation txt files in yolo format through blender. When annotation contains object class labels as names bounding boxes are not visible on...