Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 534 Bytes

INSTALL.md

File metadata and controls

22 lines (14 loc) · 534 Bytes

Installation

POI

Clone and install,

git clone https://github.com/kbyran/poi.git
cd poi && python3 setup.py install --user

(Optional) ONNX and ONNX Runtime

onnx==1.6.0 and onnxruntime-gpu==1.2.0 is needed to export ONNX model.

pip3 install onnx==1.6.0 onnxruntime-gpu==1.2.0 --user

(Optional) TensorRT

tensorrt==7.0.0.11 is needed to export TensorRT model. Follow TensorRT installation guide for details.