Skip to content

jmaczan/yolov3-tiny-openvino

Repository files navigation

yolov3-tiny-openvino

High performance human detector using YOLOv3-tiny with OpenVINO and OpenCV in C++

Build

chmod +x build_release.sh
./build_release.sh

Output path is build/yolov3-tiny-openvino

Run

Download onnx model from here https://docs.openvino.ai/2022.3/omz_models_model_yolo_v3_tiny_onnx.html

cd build && ./yolov3-tiny-openvino <path_to_model_in_onnx_format> <path_to_input_image> [compile_target]

Performance

Lenovo ThinkPad x230 8GB, Debian 12, 6.1.0-23-amd64:

  • Detection: 0.32s

Macbook Air M2 16GB, macOS 14.6.1:

  • Detection: 0.15s

Useful resources

License

GPL-3.0 license

Jędrzej Maczan, 2024