Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@felixdittrich92 felixdittrich92 released this 23 Nov 13:34
· 4 commits to main since this release
d9f8230

What's Changed

NOTE: OnnxTR v0.6.0 requires Python >=3.10

New version specifiers

To further enhance OnnxTR as a go-to solution for production environments, two new installation options are introduced, tailored for OpenVINO-powered deployments:

pip install "onnxtr[openvino]"
pip install "onnxtr[openvino-headless]"  # same as "onnxtr[openvino]" but with opencv-headless

OpenVINO™ (Open Visual Inference and Neural Network Optimization) is an open-source toolkit developed by Intel to optimize and deploy AI inference across a variety of hardware. It is specifically designed for Intel architectures but supports multiple hardware targets, including CPUs, GPUs, NPUs, and so on. OpenVINO is particularly well-suited for applications requiring high-performance inference, such as computer vision, natural language processing, and edge AI scenarios.

As you can see this provides a great performance boost:

Screenshot from 2024-11-23 14-30-03

Publicly available pre-built Docker images added

Can be found here

OnnxTR demo

Hugging Face Spaces

OnnxTR Hugging Face collection

Full Changelog: v0.5.1...v0.6.0