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

# Description CONTRIBUTING.md now has sections. Added instructions: * How to rebuild the dev container * How to serve the docs (unsure if there's a better way) Opening a draft...

Likely something to be passed to the back-end team. When debugging the annotations format, it would be useful to know when an incorrect file was uploaded. Even if it did...

I find it confusing that in `Project.upload` there's both a `hosted_image: bool`argument set by the user, and an internal `is_hosted`, that determines which errors may be thrown. By setting `hosted_image`...

# Description Fixes #195. Alternative PR to #197. Unlike that older PR, this one bumps chardet all the way up to the current version 5.2.0. This is now possible since...

# 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.). Updated the...

I've attempted to use `model.predict_video` a few different ways and it yields the same result, a 400 bad request. 1. Follow the steps in [this blog](https://blog.roboflow.com/search-video-frames/) a. Essentially use the...

### Description After labelling all the images in the dataset, when generating a new dataset version and downloading it, the data.yaml created additional non-existing classes. ### Steps to reproduce 1....

bug

any idea on how to look under the hood of the trained model? I want to visualize the architecture of the custom model in roboflow project. thanks.

Hello, I'm using your example: ``` out = project.single_upload( image_path=im_path, annotation_path=annot_path, annotation_labelmap=class_path, overwrite=True, num_retry_uploads=4 ) ``` on an image that I have already uploaded with an annotation previously. However, the...

``` new_project.upload( image_path=image_path, annotation_path=annotation_path, split="train", is_prediction=True, overwrite=True) ``` I could not find overwrite parameter in (https://github.com/roboflow/roboflow-python/blob/main/roboflow/core/project.py). Could you please add owerwirting existing images