OpenCVForUnity
OpenCVForUnity copied to clipboard
DNN modules crash in Unity editor
Hi team, I am trying to test in Unity editor YoloObjectDetectionExample.scene. After following the instructions in the .pdf file Unity crashes (I use yolov4-tiny.weights, yolov4-tiny.cfg). The same thing happens to me when I try to test MobileNetSSDExample.scene.
I use Unity 2019.4.15f1 and MacOS 10.15.7
It is probably crashing because the path of your model, config, classes or inputs are wrong. Check it out.
