Face recognition in videos and live camera
Eran Feit
How to build face recognition project in videos and live camera. This project is based on Python and OpenCV. The code is in my Github. (code below) This Python face recognition tutorial will show you how to detect and recognize faces using python, opencv and some other cool python modules. I start by explaining the required software and modules and then walk you through how to use the provided script. To add faces to recognize simply put then in the faces folder. To test the script on your own image rename it test.jpg and place it into the downloaded folder
In this video (part 2) we will demonstrate how to code a face recognition process in live camera It is a very simple coding with a straight forward solution
Python Face Recognition in video and live camera plus Code Download : Recognize a face from a live video
I am using one of these desktop cameras in my projects : Logitech C270 , Simple and basic camera : https://amzn.to/3gd3cGi Logitech HD Pro Webcam C920 , A very good camera : https://amzn.to/3CZPznW Most of my projects are done using Jetson Nano developer kit : https://amzn.to/2W4KKJk A more cheaper model is the Jetson Nano 2GB Developer Kit : https://amzn.to/3mdYjRq I am using a Samsung memory card : https://amzn.to/2W4oD5K
I recommend the following edition of the best-selling Python book in the world. A real fast-paced, no-nonsense guide to programming in Python The link for Amazon : https://amzn.to/3A7DECz
Another book is this excellent deep learning, Tensor flow and Keras book. Deep Learning is a complicated subject that is often difficult to explain and implement. In this book, Antonio Gulli, Dr Amita Kapoor, and Sujit Pal provide an effective overview of DL basics but also cover advanced topics for real-life implementations of DL and ML systems. The Amazon link for this wonderful book : https://amzn.to/3z4Rrs6
Another well written book with excellent examples and a good tour of the basics to understand image processing and computer vision. Great place to start : https://amzn.to/3zAqKwI
You can find the code here : https://github.com/feitgemel/face-recognition
Using theses libraries : https://opencv.org/ https://github.com/ageitgey/face_recognition
Music credits : Winter - Beautiful and Inspirational Piano
https://soundcloud.com/ashamaluevmusic/winter?in=ashamaluevmusic/sets/instrumental-background-music-for-videos
#OpenCV #FaceRecognition
#Python
18246751 Bytes