MagicLeapWithOpenCVForUnityExample icon indicating copy to clipboard operation
MagicLeapWithOpenCVForUnityExample copied to clipboard

Detecting but not showing the name of the object

Open gowtthi opened this issue 5 years ago • 3 comments

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

gowtthi avatar Jun 15 '19 05:06 gowtthi

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.

EnoxSoftware avatar Jun 18 '19 09:06 EnoxSoftware

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

tenxxor avatar Jun 20 '19 16:06 tenxxor

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

EnoxSoftware avatar Jun 21 '19 07:06 EnoxSoftware