issue training using lbph model

asked 2020-06-01 10:44:02 -0600

kamadi gravatar image

I'm using individual yml files for individual users (idk if this is a good idea, should i switch to using a single yml file for all users??) training is okay but authentication fails(as in the confidence level is going through even for the wrong face after training successfully) how and where do i start solving this?? I'm using bytedeco javacpp for this since my application is in Java.

edit retag flag offensive close merge delete

Comments

I'm using individual yml files for individual users (idk if this is a good idea,

no, it isnt

I'm using bytedeco javacpp

we cannot help you, it's a 3rdparty effort, and not opencv's java api

berak gravatar imageberak ( 2020-06-01 11:31:38 -0600 )edit

but authentication fails

it was not made for this purpose (identification, not authentication) try the MACE approach instead

berak gravatar imageberak ( 2020-06-02 01:35:22 -0600 )edit