Skip to content

Proof of concept - Highlight pedestrians on a live stream. Uses Python + OpenCV + Flask

License

Notifications You must be signed in to change notification settings

jabberwock/PedestrianHighlighterPOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PedestrianHighlighterPOC

Proof of concept - Highlight pedestrians on a live stream. Uses Python + OpenCV + Flask

Prep:

$ python3 -m venv ./venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Run:

./start.sh  # .\start.bat for windows users

Now visit the started web-server on your browser, walk in front of your web cam, and watch it work!

About

Proof of concept - Highlight pedestrians on a live stream. Uses Python + OpenCV + Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages