xincxiong / people-detecting

Detect people from video/camera using OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Detect people from video/camera using OpenCV

License:MIT License


Languages

Language:Python 100.0%