object_detector_app icon indicating copy to clipboard operation
object_detector_app copied to clipboard

Print the detected objects on console

Open niladri30 opened this issue 7 years ago • 2 comments

How to print the detected objects on console on real-time. Could you please provide any code snippet. I have embedded it in my Drone and now want to print the detected objects in real time. Thanks

niladri30 avatar Feb 28 '18 13:02 niladri30

just go to draw_boxes_and_labels function at utils/app_utils.py and add a print statement before the return

RaR1991 avatar Apr 01 '18 22:04 RaR1991

I have programmed a version of the code that goes into the category_index dict to print the detected instances of items in real time. You can find the updated version of the code on my repo: https://github.com/HDeBoever/virtual-reality/blob/master/object_detection_app.py

HDeBoever avatar Aug 15 '18 00:08 HDeBoever