YoloV4TinyBarracuda is an implementation of the YOLOv4-tiny object detection model on the Unity Barracuda neural network inference library.
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.