An open API service indexing awesome lists of open source software.

https://github.com/ozgen/visionf-people-counter


https://github.com/ozgen/visionf-people-counter

cv2 humandetection python3 tensorflow tracking

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# VizyonFPeopleCounter

This README would normally document whatever steps are necessary to get your application up and running.

### What is this repository for? ###
* we inspired from https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/.
* HOG algorithm is used for People detection and centroid tracker is used for tracking detecting object.

### Prerequisites ###

* python 3.7 or later
* scipy
* numpy
* dlib
* cv2