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

https://github.com/thevickypedia/face_recognition

Face recognizing script using OpenCV
https://github.com/thevickypedia/face_recognition

cnn-for-visual-recognition face-recognition hog opencv sift-descriptors

Last synced: about 2 months ago
JSON representation

Face recognizing script using OpenCV

Awesome Lists containing this project

README

        

# Face Recognition
Face recognizing script using OpenCV

Face recognition is one of the challenging tasks when it comes to models like
>CNN - Convolutional Neural Networks

>HOG - Histogram Oriented Gradients

>SIFT - Scale Invariant Feature Transform

It all depends on how many images you train your model with and how good/bad is the acceptance/tolerance level.

#### Note:
For the type of images I used, I found the model 'hog' to be best with 0.6 learning rate. However these values can alter based on various factors.