EnoxSoftware / MagicLeapWithOpenCVForUnityExample

MagicLeap with OpenCVforUnity Example
20 stars 8 forks source link

Detecting but not showing the name of the object #2

Open gowtthi opened 5 years ago

gowtthi commented 5 years ago

Hi guys,

I can able to detect the object but it is not showing the name of the object can anyone help me to resolve this issue. I am having no error in my unity and I have used OpenCV 2.3.5.

I have attached the output of my project file in the below link: https://drive.google.com/file/d/18PkQOTslh-LoSXa2esnQqe1RviK_Rqs-/view?usp=sharing

EnoxSoftware commented 5 years ago

Does coco.names exist in the Assets / StreamingAssets / dnn / folder?

Downlod https://github.com/pjreddie/darknet/tree/master/data/coco.names. Copy coco.names to "Assets/StreamingAssets/dnn/" folder.

tenxxor commented 5 years ago

I am also having the same issue. And yes, I have coco.names in my Assets / StreamingAssets / dnn / folder.

EnoxSoftware commented 5 years ago

In my environment, the size of coco.names is 625 bytes. https://raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names