/pyopenvino

Simplified Python API for OpenVINO

Primary LanguagePythonApache License 2.0Apache-2.0

pyopenvino

A Torch-style simplified Python API for OpenVINO Toolkit.

Features

  • Load/save model
  • Move to device and apply inference options
  • Lower precision to FP16 (GPU inference)
  • Infer asynchcrounously to improve the throughput.

See "examples" folder for usage details.

Installation

python setup.py install

Run Example

python examples/simple_example.py

API Reference

For more information about API, please refer to API documentation.