GitXplorerGitXplorer
S

Viola-Jones

public
147 stars
54 forks
8 issues

Commits

List of commits on branch master.
Unverified
8772a28c7a622643741700bf6807acfe36fb818f

Fixing readme

SSimon-Hohberg committed 8 years ago
Unverified
5793d95c15e918112a10be5ff5a3622f87e70ce9

Removing ipynb checkpoints

SSimon-Hohberg committed 8 years ago
Unverified
8acdcbfd5ab8f227ec77042ed8f57bd758458a6a

Updating readme

SSimon-Hohberg committed 8 years ago
Unverified
401a583ba6e682bb87630c512590b7f434a9c271

Adding jupyter notebook

SSimon-Hohberg committed 8 years ago
Unverified
25c8d1cc39511de0d19e7ec0609c668395b51936

Updating setup.py, adding missing comments, removing requirements.txt

SSimon-Hohberg committed 8 years ago
Unverified
688c1205af92cd27cc140c49bc5fa374a56341a6

A lot of refactoring and improving

SSimon-Hohberg committed 8 years ago

README

The README file for this repository.

Viola Jones ############

Python implementation of the face detection algorithm by Paul Viola and Michael J. Jones.

Install

Run:

pip install -e <path to viola-jones>

How to use

See either example.py or Jupyter notebook Viola-Jones Example.ipynb.