Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know how i can save my trained face into different folder based on label i give to each face ,


I was develop a project about employee attandance , i Would compare a image in my camera with trained face in my folder ,

but for any reason ,if i have 1000 trained face ,i think it would be take long time to compare it ,

What I have tried:

So i think i want to create like this ,

I would like to save my trained face into different folder based on each label,


how can i solve this?
Posted
Updated 20-Aug-20 18:58pm

1 solution

Quote:
but for any reason ,if i have 1000 trained face ,i think it would be take long time to compare it ,

It depends on what ML algorightm you are using. It's not a pixel by pixel comparison that you do to identify the person and label them. Once ML is trained, giving a new face as input will give back closest match. You can cap a percentage on closeness as same or different.

Now, to have some thoughts, have a look at this for more details: EMGU Multiple Face Recognition using PCA and Parallel Optimisation[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900