Mjrovai / OpenCV-Face-Recognition

Real-time face recognition project with OpenCV and Python
1.18k stars 1.02k forks source link

Is it possible to make a live trainning ? #28

Open Imajon opened 2 years ago

Imajon commented 2 years ago

HI,

Thank for your code, it is very clear and it helps me a lot. I am new in this world and i am looking for information specificly about the live trainning. By that i mean a code that could add any new face it appears in front of the camera in order to disciminate them continiously.

I know that if you do that you will not make a good dataset but i would have the choice to refine the dataset for one specific ID later. I see a way to do that with your code by refhreshing the path of the model after we retrain it, but is it a good way to do that ?

Thanks Jon