Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6473 Discussions

Object tracking with Movidius and TensorFlow model???

idata
Employee
1,054 Views

I want to track objects which i

 

detect with TensorFlow and Movidius stick.

 

Because of this i need the coordinates (f.ex. a bounding rectangle)

 

of the detected object.

 

How can i do it?

 

Any idea?

 

Thanks for help :-)

0 Kudos
3 Replies
idata
Employee
767 Views
0 Kudos
idata
Employee
767 Views

Hello Tome,

 

i guess inside your SDK there must be something like a enumeration of all

 

objects (ID, confidence, boundings, ….etc.. ) the engine recognizes. Isn't it?
0 Kudos
idata
Employee
767 Views

@hisun Usually the categories of detectable objects are contained within a categories file or the run script itself (but not limited to just this method). If you inspect the Tensorflow Mobilenets example in the ncappzoo @ https://github.com/movidius/ncappzoo/tree/master/tensorflow/mobilenets, you can see the categories of all the images the model was trained with.

 

For more information on bounding boxes, you can check out how TinyYolo's bounding boxes work @ http://machinethink.net/blog/object-detection-with-yolo/.

0 Kudos
Reply