EnoxSoftware / OpenCVForUnity

OpenCV for Unity (Untiy Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
556 stars 175 forks source link

Custom Yolov4 weights keeps crashing the scene #86

Open Soap89 opened 3 years ago

Soap89 commented 3 years ago

Hello, I am currently having trouble loading my custom configuration for Darknet Yolov4(not Yolov4-tiny) .weights, .cfg and *.names file to the YOLO webcam object detector sample scene for testing. It keeps crashing unity my version of Unity3D (unity 2020.1). Does the sample scene only load the preconfigured scenes? If so, what should I modify? Thank you

laymelek commented 3 years ago

Please check the namings of the files... Especially endings (with ot without .txt) I was having the same problem