Closed tomtomtong closed 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.
Any update on this????
Hi, no, unfortunately I haven't had time to look into this yet.
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.
https://github.com/tensorflow/models/tree/master/research/object_detection
Thx for any advice.