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.
REST API incomplete image urls paths + search functions cant get uploaded image ID for hardcode URL
Image URL paths returned from image detail REST API is: `https://source.roboflow.com/[owner_id]/undefined/original.jpg` Image URL paths only working if follow this format: `https://source.roboflow.com/[owner_id]/[image_id]/original.jpg` Do excuse me If this is out of scope...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.3](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.11.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.4...v0.11.5)
Hi. I'm trying generate new version of dataset as can be seen [here](https://universe.roboflow.com/cindyangelira/face-detection-5w6i9-qsqwt-u7zwn/browse). ``` project = rf.workspace("cindyangelira").project("face-detection-5w6i9-qsqwt-u7zwn") version = project.version(4) dataset = version.download("yolov8") ``` However, I am encountering this error:...
# Description Please include a summary of the change and which issue is fixed or implemented. Please also include relevant motivation and context (e.g. links, docs, tickets etc.). Fixes this...
I'm trying to upload a dataset via Python API with annotations file in JSON. But the upload fails after one image is uploaded with an Python AttributeError: ``` File "/home/user/anaconda3/envs/py310_roboflow/lib/python3.10/site-packages/roboflow/core/project.py",...
Hi everyone! I saw that there was a problem after I was done with training. It seems the Roboflow Python package has changed since last year. Previously, model evaluation details...
While debugging https://github.com/roboflow/roboflow-python/issues/311 , stumbled upon another issue. Steps to reproduce From the UI, Created a new project, new version with sample dataset, created version. Ran the training code. ```rf...
# Description bump version to 1.1.59 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x]...
# Description I talked to a user today who was trying to upload images via API, but was wondering if there was a way to retrieve upload batches via the...
We have had some issues without headless breaking our full openCV packages. We unfortunately need this for other functions so would appreciate a way to run the SDK without it