andrefdre / SAVI_Face_Recognition

MIT License
1 stars 0 forks source link

Faces Detecting #1

Closed andrefdre closed 2 years ago

andrefdre commented 2 years ago

After some research I found this link that explains the methods for face detecting and what are the advantages of each method: https://www.superdatascience.com/blogs/opencv-face-detection

From what I read the Haar method is the best option because it has the better accuracy the only disadvantage is that it is slower to train the model some problems with different light.

LimitlessGrey commented 2 years ago

What is the difference between face recog. and face detect?