You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python project based on facial recognition using OpenCV and Histogram of oriented gradients (HOG) model, it can also be modified to run using Convulutional neural networks (CNN) to increase accuracy, HOG was preferred for its ability to run faster on low end devices without GPUs. Place the training data inside the 'known' folder, which has folde…