Skip to content

this is an implementation of pedestrian detection by background subtraction in Python

Notifications You must be signed in to change notification settings

milkymap/api-pedestrain-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-pedestrain-detection

this is an implementation of pedestrian detection by background subtraction in Python

installation

you need python 3.7+

clone the project : git clone https://github.com/Milkymap/api-pedestrain-detection.git

enter in the project : cd api-pedestrian-detection

create the virtualenv : python -m venv env

activate the virtualenv : source env/bin/activate

update pip : pip install --upgrade pip

install dependencies : pip install -r requirements.txt

make prediction and detection

python -m processing.process --source source_data/video/public_walk.mp4

About

this is an implementation of pedestrian detection by background subtraction in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages