Skip to content

In this repository you can try how Viola-Jones face detection has much smaller accuracy than using CNN from DLIB. I also implemented IOU function which you can use for calculating accuracy and two functions which will scrape 'data' folder and save faces data with pickle.

Notifications You must be signed in to change notification settings

xdurfina/webcam-face-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcam face detector using Viola-Jones (with background blurring) or DLIB(CNN)

In this repository you can try how Viola-Jones face detection has much smaller accuracy than using Convolutional Neural Networks from DLIB. I also implemented IOU function which you can use for calculating accuracy and two functions which will scrape 'data' folder and save faces data with pickle.

Images

viola-jones CNN

How to run

Run main.py and uncomment Viola-Jones or CNN function.

About

In this repository you can try how Viola-Jones face detection has much smaller accuracy than using CNN from DLIB. I also implemented IOU function which you can use for calculating accuracy and two functions which will scrape 'data' folder and save faces data with pickle.

Topics

Resources

Stars

Watchers

Forks

Languages