Releases: roboflow/roboflow-python
Releases · roboflow/roboflow-python
V1.0.4
Compare
Sorry, something went wrong.
No results found
Adds the ability to download model weights via Version.get_pt_weights()
Fix Windows Config
Compare
Sorry, something went wrong.
No results found
In this release we support windows with new login saved configuration files.
Cheers!
Avoid Cache For Model Upload API
Compare
Sorry, something went wrong.
No results found
A small improvement to the deploy() function by avoiding caching for an API ensuring we are operating on the most up to date data.
v1.0.1
Compare
Sorry, something went wrong.
No results found
Added support for more model deploy types. Supported types are:
YOLOv5 Object Detection
YOLOv5 Instance Segmentation
YOLOv7 Instance Segmentation
YOLOv8 Object Detection
YOLOv8 Instance Segmentation
YOLOv8 Classification
v1.0.0
Compare
Sorry, something went wrong.
No results found
In this PR we release a few new top level methods:
.login()
.load_model()
And a cool new model method:
.webcam()
.login() will make life a lot easier, and we'll be working to propagate it throughout out docs + tutorials.
Cheers,
Team Roboflow
v0.2.34
Compare
Sorry, something went wrong.
No results found
We removed the test pypi publish from our publish action, as we often do that manually ahead of time
0.2.33
Compare
Sorry, something went wrong.
No results found
We fixed a bug with classification inference response decoding from the new Roboflow Inference server
0.2.32
Compare
Sorry, something went wrong.
No results found
fix bug in download version for datasets that don't have a data.yaml file or when the project url
fix bug in upload annotation function when project url is different than the project name
0.2.31
Compare
Sorry, something went wrong.
No results found
Added support for uploading classification annotation file names in the __annotation_upload() function. See PR: #116
Multiple feature upgrades Feb 17 2023.
Compare
Sorry, something went wrong.
No results found
Key features upgraded in this release:
Fixes Yolov8 data loader (#113 )
Image tag upload support (#114 )
Support for Yolov7 model upload for segmentation (#111 )
Sequence number ordering upload support (#115 )