/PeopleDetector

People Detector is a Python script that processes videos as input and performs individual people detection, tracking, and counting, using YOLOv5 and motpy. It then displays bounding boxes around each person, assigns unique IDs, and shows the count of people in the video frame.

Primary LanguagePython

Watchers