Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 553 Bytes

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.