Proof of Concept to count people going from one area to another.
Create
conda env create -f environment.yml
source activate afz
python main_labeler.py
The pipeline consists of three main steps.
Using https://pjreddie.com/darknet/yolo/
Using https://github.com/nwojke/deep_sort
We used the implementation of Yolov3 fr https://github.com/Qidian213/deep_sort_yolov3
Own implementation using a comparison between the area inside and outside.
The default training of Yolo is based on the Coco Dataset. We also tried the Crowd Human Dataset.