Skip to content

jessmathews/person_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Person Detector

Pre-Requisites

Complete these first:


Setting up

git clone https://github.com/jessmathews/person_detector.git

cd person_detector

# create a virtual environment to work in
python3 -m venv env
source env/bin/activate

# install requirements
pip install -r requirements.txt

Usage

Live webcam

# run with live webcam and confidence of >90% 
python3 main.py -w  -c 0.9

Recorded Video

#run on recorded video footage with confidence score > 90%
python3 main.py -v /path/to/video.mp4  -c 0.9

About

python cli for detecting people. works with live webcam and video files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages