Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 800 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 800 Bytes

PoC AFZ

Proof of Concept to count people going from one area to another.

SCS Gang

Getting Started

Create

conda env create -f environment.yml
source activate afz

Labeling

python main_labeler.py

Pipeline

The pipeline consists of three main steps.

Object Detection

Using https://pjreddie.com/darknet/yolo/

Object Tracking

Using https://github.com/nwojke/deep_sort

We used the implementation of Yolov3 fr https://github.com/Qidian213/deep_sort_yolov3

Counting

Own implementation using a comparison between the area inside and outside.

DataSet

The default training of Yolo is based on the Coco Dataset. We also tried the Crowd Human Dataset.