Face Recognition python3 opencv3
デベロッパー
公開チャット
製品詳細
Face Detector App with opencv3 & python3
OpenCv + Python3 + DataSetgenerator :
To make a face recognition program, first we need to train the recognizer with dataset of previously captured faces along with its ID, for example we have two person then first person will have ID 1 that's me (yassine) :p and 2nd person will have ID 2 (my binome) :p , so that all the images of person one in the dataset will have ID 1 and all the images of the 2nd person in the dataset will have ID 2, then we will use those dataset images to train the recognizer to predict the 1 of an newly presented face from the live video frame
To make a face recognition program, first we need to train the recognizer with dataset of previously captured faces along with its ID, for example we have two person then first person will have ID 1 that s me (yassine) :p and 2nd person will have ID 2 (my binome) :p , so that all the images of person one in the dataset will have ID 1 and all the images of the 2nd person in the dataset will have ID 2, then we will use those dataset images to train the recognizer to predict the 1 of an newly presented face from the live video frame
ファイルツリー
-
📁 Face Recognition python3 opencv3