I am using LBPH model yml to save images after train, how can i save images with their user-id
I am using LBPH model yml to save images after train, how can I train images with their user-id?
the model saves lbph features along with the ids, so what is the problem, exactly ?
please explain !
guess he wants to do face recognition and recognize users by id or sth
actually that's the case Holger, I want to train images with userid, currently, they are trained using labels and the labels.. I am a little bit confused here, in the yml file there are 6 labelsInfo. and per person, I am saving 6 images. the total users I have registered are 20, so should the 20 users each having 6 images have their labelsInfo?
2. when predicting how will I be able to check if the userId of the image in the yml file then predict
i probably misunderstand what you're saying, but wouldn't it just require a label-> userID (whatever that is) lookup table ?
I think what he wants is that here https://answers.opencv.org/question/2...
This was liberally provided by you. But the author should really put a bit more effort in making himself clear imho.