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.
video-processing multi-object-tracking person-identification object-detection-and-tracking yolov5 motpy automated-people-counting python-people-tracker
-
Updated
Jul 15, 2023 - Python