EnoxSoftware / OpenCVForUnity

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

Starting a YoloV5 or YoloV6 network #146

Closed dragan07-07 closed 1 year ago

dragan07-07 commented 2 years ago

I have a problem writing a predictor for YoloV5 or YoloV6. Can you refer me to some documentation to insert these models into your package?

EnoxSoftware commented 2 years ago

Unfortunately, I do not have an example of OpenCVForUnity combined with yolov5. https://github.com/opencv/opencv/issues/20988

dragan07-07 commented 2 years ago

Have you planned making predictor for Yolov5 anytime soon, or is there any way you could help me create it? Or is there any documentation you can point me to that could help me create it myself.