ram-ch / RealTimeFaceRecognition

Real time face detection with opencv,mtcnn,svm
8 stars 4 forks source link

For new person #1

Open SanjayMSD opened 4 years ago

SanjayMSD commented 4 years ago

when a new person then i have to run facetrainer.py every time so i want to know that is there any way to add new person

pranavdurai10 commented 3 years ago

I don't think so. Training has to be done in-order for the model to learn features from the newly added person's face. Hope this helps.