You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to do object detection and display it on tkinter or webapp using hailo AI accelerator on Rpi5. Detection starts and displayed when the following command is used python detection.py --input rpi. I tried exploring all the example code and saw that it is internally using two python module(code) : hailo_rpi_common.py and detection_pipline.py. I wanted to get the result of object detection on a tkinter GUI. Tried changes in detection.py and hailo_rpi_common.py but no success.
The text was updated successfully, but these errors were encountered:
saailNar
changed the title
Getting video frames with boaunding box and labels on a tkinter GUI
Getting video frames with bounding box and labels on a tkinter GUI
Nov 14, 2024
I want to do object detection and display it on tkinter or webapp using hailo AI accelerator on Rpi5. Detection starts and displayed when the following command is used
python detection.py --input rpi
. I tried exploring all the example code and saw that it is internally using two python module(code) :hailo_rpi_common.py
anddetection_pipline.py
. I wanted to get the result of object detection on a tkinter GUI. Tried changes indetection.py
andhailo_rpi_common.py
but no success.The text was updated successfully, but these errors were encountered: