Skip to main content

An ONNX inference engine for computer vision

Project description

ONNXCV

Alpha release

Welcome to ONNXCV

Welcome to OnnxCV! OnnxCV (Open Neural Network EXchange Runtime for Computer Vision) is an inference engine for realtime computer vision, built upon ONNX Runtime and OpenCV.

To learn more about ONNX, go to their Github repo here or their website here. To learn more about OpenCV, go to their repo here or their website here.

Quickstart

Install ONNXCV by invoking the following command in a terminal or command prompt: pip install onnxcv

Create a new directory and download the ResNet model. Copy and paste the following script in your code:

from  onnxcv import ImageClassifier
clf = ImageClassifier('resnet18v1.onnx')
clf.run()

To Do:

  • Finish documentation (ETA: 1 day)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onnxcv-0.1.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

onnxcv-0.1.0-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page