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
223 stars 61 forks source link

Yolo2 tiny. onnx file not working inside Unity, unable to generate bounding boxes and labels #26

Open SurabhiLale opened 3 years ago

SurabhiLale commented 3 years ago

Hi,

I have 2 models : 1) yolo v2 tiny , 2) yolov3 tiny https://drive.google.com/drive/folders/1gwM091F_euu-Zzqz2orOL50DqI26vaue?usp=sharing Above is the link to the models.

After importing in Unity project and make related changes in the detector script, the models didn't seem to generate bounding boxes nor labels.

Could anybody help to fix this issue?

Thanks, Surabhi