Object detection Unity with Yolo model [closed]
Hi i am new to open cv and i just download it from asset store in Unity this asset: https://assetstore.unity.com/packages...
Is there a way to make an object detection game in unity with yoloV3-tine model???
sorry, but currently there is no support for c# / unity from opencv at all.
(what you got there is a 3rdparty effort, and noone here can help you)
also from the web page:
gl ;(
well you could still do the object detection part using opencv and yolo model and the integrate the code in your c++ programm.