openvino

Open Visual Inference And Optimization toolkit for AI inference

brewmacoslinux
Try with needOr install directly
Source

About

Open Visual Inference And Optimization toolkit for AI inference

Commands

benchmark_appmoovcpot

Examples

Convert a model to OpenVINO intermediate representation format$ ovc model.pb --output_model converted_model
Run performance benchmark on a compiled model$ benchmark_app -m model.xml -d CPU
Convert PyTorch model to OpenVINO format$ ovc model.pt --compress_to_fp16