Skip to content

jeswanthgalla/PyQt4_GUI_darknet_yolov4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages