Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.
/ piplcount Public archive

πŸ‘¨β€πŸ‘©β€πŸ‘¦β€πŸ‘¦ Piplcount - Count how many humans are in the scene (from cam feed or video file).

License

Notifications You must be signed in to change notification settings

policratus/piplcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘ͺ piplcount

Count how many humans (frontal faces) are in the scene (from cam feed or video file).

πŸŽ₯ Sample

piplcount

Just Go With It, Dir. Dennis Dugan. Perfs. Adam Sandler, Jeniffer Aniston. Columbia Pictures, 2011

πŸ›  Installation

Assuming that you've a Unix like OS or emulation, git, Python 3 and virtualenvwrapper installed, just issue:

mkvirtualenv piplcount
workon piplcount
git clone [email protected]:policratus/piplcount.git
cd piplcount
pip install -r requirements/requirements.txt

βš™ Usage

There are two options of use with piplcount: stream from a camera or a video file. To stream using you webcam, issue:

./piplcount stream webcam

If you want to stream from a video file, issue:

./piplcount stream /path/to/your/video.file

β›“ Dependencies

Piplcount uses heavily OpenCV and was tested with OpenCV 3.3.0. Despite this dependency is added to requirements.txt, is encouraged to use a manually compiled version. This article from Manuel Ignacio LΓ³pez Quintero can help you: http://milq.github.io/install-opencv-ubuntu-debian/. It's important also to include the support for ffmpeg when compiling OpenCV.

About

πŸ‘¨β€πŸ‘©β€πŸ‘¦β€πŸ‘¦ Piplcount - Count how many humans are in the scene (from cam feed or video file).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages