Face Recogntion with OpenCV and Deep Learning in Python

#face_recognition #deeplearning #python In this new session, we are going to learn how to perform face recognition in both images and video streams using: OpenCV, Python, and Deep Learning. We’ll start with a brief discussion of how deep learning-based facial recognition works, including the concept of “deep metric learning”. From there, I will help you install the libraries you need to actually perform face recognition. Finally, we’ll implement face recognition for both still images and video streams. To
Back to Top