/People-Counter-And-Detector-In-Given-ROIs

This is a practice on detection and counting people in given ROIs, using OpenCV C++, DNN Interfacing Yolo-Fastest.

Primary LanguageC++

People-Counter-In-ROIs

Output Sample:

output1.mp4

Overview:

This task is pretty simple, it's about detecting people and counting them in given ROIs (regions-of-interest) in video frames. Using c++ opencv to read the model configuration (YOLO-Fastest), do the forward pass and the output postprocessing (boxes resized, filtered classes to people only, counting objects in each roi and more).