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

How do I implement Tensorflow objection detection api in Unity? #3

Closed tomtomtong closed 6 years ago

tomtomtong commented 6 years ago

https://github.com/tensorflow/models/tree/master/research/object_detection

Thx for any advice.

Syn-McJ commented 6 years ago

I haven't looked into object detection yet, but I expect it shouldn't be too difficult. I will get back to you and maybe add an example as soon as I have anything.

sabariprasad commented 6 years ago

Any update on this????

Syn-McJ commented 6 years ago

Hi, no, unfortunately I haven't had time to look into this yet.

Syn-McJ commented 6 years ago

Hey guys, I've managed to hack together an example of object detection. Although it works, performance isn't great comparing to Android sample from TensorFlow repo. If you want to test your own model, process should be the same - rename extension from .pb to .bytes and replace model file and labels in the scene with your own. Check Readme for more info.

Feel free to open an issue if anything is unclear.