Skip to content
Python implementation of the face detection algorithm described by Paul Viola and Michael J. Jones in 2001
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
datasets Add useless changes (backup) Apr 2, 2019
results Add useless changes (backup) Apr 2, 2019
tests/debugging Add tests and ii2 Apr 1, 2019
.gitignore
README.md
adaboost.py
features.py Fix subtraction bug Apr 4, 2019
main.py
requirements.txt First commit Apr 1, 2019
utils.py Fix potential bug Apr 4, 2019
violajones.py Add useless changes (backup) Apr 2, 2019
weakclassifier.py Fix weight bug Apr 1, 2019

README.md

Viola-Jones

Python implementation of the face detection algorithm describe in Rapid Object Detection using a Boosted Cascade of Simple Features by Paul Viola and Michael J. Jones.

Example

In development...

You can’t perform that action at this time.