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

I am trying to create a training pipeline to train a custom yolov9 model with user inputted labeled images. I am having an issue where if I make my data.yaml...

I want to train a model with personal protective equipment. When I train with a helmet, vest and mask, the results are good, but when I add gloves and goggles...

updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](https://github.com/PyCQA/bandit/compare/1.8.3...1.8.6) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.14.3)

## Description Fix case-sensitive matching issue in YOLO dataset folder parsing. The current implementation only supports lowercase `images` and `labels` folders, causing annotation matching to fail when using capitalized folder...

# Description This PR adds `query()` and `query_all()` methods to enable query search across images in a dataset using Roboflow's `/search/v1` endpoint. These methods support flexible search queries (e.g., by...

I've tried several ways to deploy rfdetr-seg-preview weights to both the workspace and to a version. I've tried the pth file as well as the weights.pt. From the web interface,...

The Roboflow API is returning inconsistency results. After uploading a batch of images to a project, I found 9 images were missing. I wanted to verify which images were missing,...

# Description Change the default inference URLs to Roboflow Serverless Inference V2 ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change...

I got an error on this line: https://github.com/roboflow/roboflow-python/blob/main/roboflow/models/object_detection.py#L412 There was no 'predictions' on the dictionary. So I changed the code to inpect the response and got: ``` Exception in thread...

Hey guys. I'm trying to download dataset from the Roboflow universe. No matter what I try, I can't register or log in, which makes it impossible to use the api_key...