tusharparimi / face-detection

0 stars 0 forks source link

face-detection

The goal is learn how face detection is done using computer vision and also the evolution of this topic into the field of data science and machine learning. Current results show that Haar features are really robust and show good acccuracy for all models (obviously better performance for ensemble techniques compared to single decision tree). But there still requires the need to have a cascade approach for real-time detection of faces in images or video where as maybe CNN does not need to do that. TODO: Read documentation and papers whether cascade approach or CNNs are better and which is better for deployment on low resource devices. Also create a real-time face detection using opencv library and generated models.

Approach

Performance