/YoloV4TinyBarracuda

YOLOv4-tiny on Unity Barracuda

Primary LanguageC#MIT LicenseMIT

YoloV4TinyBarracuda

screenshot gif

YoloV4TinyBarracuda is an implementation of the YOLOv4-tiny object detection model on the Unity Barracuda neural network inference library.

System requirements

  • Unity 2020.3 LTS or later

About the ONNX file

The pre-trained model (YOLOv4-tiny with PASCAL VOC) contained in this package was trained by Bubbliiiing. Check the yolov4-tiny-keras repository for details.

This model was converted into ONNX by PINTO0309 (Katsuya Hyodo). I reconverted it into a Barracuda-compatible form using this Colab notebook.