An open API service indexing awesome lists of open source software.

https://github.com/sunsided/viola-jones-adaboost

Training a face detection cascade using Adaptive Boosting after Viola and Jones.
https://github.com/sunsided/viola-jones-adaboost

adaboost computer-vision face-detection haar-cascade image-processing jupyter-notebook machine-learning python viola-jones

Last synced: about 2 months ago
JSON representation

Training a face detection cascade using Adaptive Boosting after Viola and Jones.

Awesome Lists containing this project

README

        

# Viola-Jones AdaBoost-enabled Face Detection

This repo implements the Viola-Jones object detection framework
for face detection purely for the fun of it.

Start [here](viola-jones.ipynb).