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
- Host: GitHub
- URL: https://github.com/ozgen/visionf-people-counter
- Owner: ozgen
- Created: 2019-09-30T09:22:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T13:40:16.000Z (about 6 years ago)
- Last Synced: 2025-01-04T16:19:40.296Z (over 1 year ago)
- Topics: cv2, humandetection, python3, tensorflow, tracking
- Language: Python
- Size: 82.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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