ahmetozlu / tensorflow_object_counting_api

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
https://www.youtube.com/watch?v=yT_1eKJTdfk
MIT License
1.32k stars 545 forks source link

Object Counting API with OpenVINO #81

Open m0-n opened 4 years ago

m0-n commented 4 years ago

Hi,

is there a good guide or tutorial on how to use the TensorFlow Object Counting API with OpenVINO, ideally on Raspberry Pi and ideally for custom objects using a frozen model in form of a .pb file.

Essentially I want to accelerate inference with the NCS coprocessor and thus need to use OpenVINO but still want use the object counting api for the higher level functions of my software.

I really tried to find something, but encountered only solutions for parts of it, which then do not work together. If anyone has any links, please let me know.