roboflow-python icon indicating copy to clipboard operation
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.

Results 81 roboflow-python issues
Sort by recently updated
recently updated
newest added

Why does `Project#single_upload` return a response while `upload` returns `nil` ? Is this an oversight or expected behaviour?

The following code: ``` project.upload(image_path='https://imgs.michaels.com/MAM/assets/1/726D45CA1C364650A39CD1B336F03305/img/A3A0E13DF0934FFDA4D0A3B01E2E99DE/004957.jpg', hosted_image=True, batch_name='will not work', tag_names=['one', 'two']) ``` will not create a new batch under the Annotation section. It will just put the uploaded file under...

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.8](https://github.com/PyCQA/bandit/compare/1.7.6...1.7.8) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.4.3)

Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

# Description We are currently facing an issue with the `.predict` function which includes an option for `.json`. However, this `.json` method does not generate valid JSON data; rather, it...

### Description When attempting to download a dataset using Roboflow's Python package, an `ImportError` occurs due to a dependency version mismatch with the `ultralytics` package. ### Steps to Reproduce Click...

Hello, I'm trying to uplad a custom trained model based on yolov8l on roboflow in order to make my annotating process simpler. I have trained my model using ultralytics v8.2.2....

# Bug Report: Incorrect Data Path in YOLOv8 Dataset Configuration ## Description While using the Roboflow Python client to download a YOLOv8 dataset for a tennis ball tracking project, I...

I want to pre-annotate images with my own inference config due to the limitation of the Roboflow label assist and then upload the created dataset to Roboflow to fix and...

i have installed the roboflow module and its coming requirement satisfied on jupyter, but when im trying to import roboflow, it says no module found, please help out!