Skip to content

v0.9.7

Compare
Choose a tag to compare
@paulguerrie paulguerrie released this 20 Dec 21:13
· 4452 commits to main since this release
f64d58c

What's Changed

Highlights

Stream Management API (Enterprise)

The stream management api is designed to cater to users requiring the execution of inference to generate predictions using Roboflow object-detection models, particularly when dealing with online video streams. It enhances the functionalities of the familiar inference.Stream() and InferencePipeline() interfaces, as found in the open-source version of the library, by introducing a sophisticated management layer. The inclusion of additional capabilities empowers users to remotely manage the state of inference pipelines through the HTTP management interface integrated into this package. More info.

Model Aliases

Some common public models now have convenient aliases! The with this release, the COCO base weights for YOLOv8 models can be accessed with user friendly model IDs like yolov8n-640. See all available model aliases here.

Other Improvements

  • Improved inference CLI commands
  • Unified batching APIs so that all model types can accept batch requests
  • Speed improvements for HTTP interface

New Contributors

Full Changelog: v0.9.6...v0.9.7