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.
- Host: GitHub
- URL: https://github.com/sunsided/viola-jones-adaboost
- Owner: sunsided
- Created: 2018-04-25T10:37:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T10:38:54.000Z (about 7 years ago)
- Last Synced: 2025-03-17T00:09:00.768Z (about 2 months ago)
- Topics: adaboost, computer-vision, face-detection, haar-cascade, image-processing, jupyter-notebook, machine-learning, python, viola-jones
- Language: Jupyter Notebook
- Homepage:
- Size: 3.72 MB
- Stars: 53
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).