derenlei / Unity_Detection2AR

Localize 2D image object detection in 3D Scene with Yolo in Unity Barracuda and ARFoundation.
https://derenlei.medium.com/object-detection-with-localization-using-unity-barracuda-and-arfoundation-794b4eff02f8
MIT License
218 stars 61 forks source link

Parsing the output of onnx YOLOv3 model #38

Open pasmai opened 2 years ago

pasmai commented 2 years ago

I do not understand how the output is parsed from the onnx model.

I have set-up a Unity project similar to this that uses YOLOv5m as its model and the output does not make sense. I would like to understand how this repository has achieved the transformation of the output layers into something useable.

Can anybody provide some insight? Thanks