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

Latest commit

 

History

History
29 lines (18 loc) · 715 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 715 Bytes

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)