Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

nddbk/people-detecting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

people-detecting

Detect people from video/camera using OpenCV

This was created to try some algorighms for detecting people from video/camera.

git clone https://github.com/ndaidong/people-detecting.git
cd people-detecting
git checkout BRANCH

python3 -m venv venv
source venv/bin/activate

pip install -r requirements.txt

python start.py

Methods

(continuous)

Releases

No releases published

Packages

No packages published

Languages