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
(continuous)