Object detection Unity with Yolo model [closed]

asked 2020-01-31 06:33:00 -0600

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???

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2020-01-31 06:48:42.086360

Comments

1

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)

berak gravatar imageberak ( 2020-01-31 06:48:33 -0600 )edit

also from the web page:

The asset is free with no support provided.

gl ;(

berak gravatar imageberak ( 2020-01-31 06:52:19 -0600 )edit
1

well you could still do the object detection part using opencv and yolo model and the integrate the code in your c++ programm.

holger gravatar imageholger ( 2020-01-31 13:48:49 -0600 )edit