Syn-McJ / TFClassify-Unity

An example of using Tensorflow with Unity for image classification and object detection.
MIT License
167 stars 47 forks source link

Detect mode is not able to identify chair but the Coco labels has chair as labels #33

Closed chahatagarwal closed 4 years ago

chahatagarwal commented 4 years ago

I wanted to know that, whether you had trained your own model ? And made as .byte file? If I change the model file. It throws an error. Would like to know how the detector script is working?

codemaker2015 commented 4 years ago

I wanted to know that, whether you had trained your own model ? And made as .byte file? If I change the model file. It throws an error. Would like to know how the detector script is working?

I am also facing the same issue. If you could help that would be great

Syn-McJ commented 4 years ago

Hi, I didn't try it with my own detect model, only classifier, but I expect there shouldn't be a problem if you train another ssd-mobilenet model. What is your model's architecture? And what error are you getting?

Syn-McJ commented 4 years ago

I'm going to close this issue, feel free to reopen if the problem persists.