Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeswanthgalla/PyQt4_GUI_darknet_yolov4

GUI App using PyQt4. Multithreading to process multiple camera streams and using darknet yolov4 model for object detection.
https://github.com/jeswanthgalla/PyQt4_GUI_darknet_yolov4

darknet-yolov4-model pyqt4

Last synced: 3 months ago
JSON representation

GUI App using PyQt4. Multithreading to process multiple camera streams and using darknet yolov4 model for object detection.

Awesome Lists containing this project

README

        

# Python_GUI_darknet_yolov4
GUI Application built using PyQt4. Multithreading to process multiple camera streams and using darknet yolov4 model for detecting people , to count the number of people that are violating the threshold distance.

If Ipcameras have to be used instead of videofiles, replace Camera0,1,2 with the Ipcamera address.

Ex: camera0 = 'rtsp://{}:{}@192.168.1.40:554/cam/realmonitor?channel=1&subtype=0'

![GUI_Output](GUI_OUTPUT.png)