EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

printing the components on the console while running the model #399

Open HemanthKumar-Thope opened 4 years ago

HemanthKumar-Thope commented 4 years ago

Hi EdjeElectronics,

Big Fan of your work on open CV and AI/ML

I am facing an issue while displaying the component name in the console simultaneously while running the model

For example, whenever a car appears in the video, the model detects the car, but can we print the name "car" in the console.

I tried but no luck, when I printed the classes it is giving the numerical values assigned to the components, like for car it is displaying 1

Can you help me find out a way or more precisely code for simultaneous display of component name in the console and the time till the object has appeared on the video

Thank you

HemanthKumar-Thope commented 4 years ago

hello any feedback for this question ?

aidoshacks commented 4 years ago

Follow this to get the coordinates and labels: https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/69