Human authorization [closed]
I'm trying face detection + face recognition for authorization, but have a problem, .csv file contains links to photos for recognition. Is it possible to make a database for authentication? So how to make the program an authorization to use not to have access to the photos , and even more so to have them on the computer. Should start to use the program and from the webcam should be clear if it is registered in the system.
I would be very grateful for any help.
the csv file in the samples is just to make it as easy as possible. ofc, you can store anything into a database, it's just far more complicated
maybe you'd even want to break it up into a client-server pair, like a thin client/terminal with the camera and the real processing on a remote server.
and again, please take the whole "authorization via face recognition" idea with a grain of salt. anyone can just hold up a photo of some person to the cam, and the face-reco will happily accept that.
also, honestly, isn't there enough creepy surveillance already ?
@berak, then you should look into newer techniques who look at lighting influence and 3d techniques to destinguish the photo case from a real case.
^^ let's rephrase that: the current implemented algorithms are susceptible to cheating ;)
Can you give some advice or example how to use DB for recognition?
@PAKOTxx , please start with trying out the existing code first. (you will find, that the face images are only used once for training, and are no more relevant then. how to store the trained model is the far more interesting problem.
please do one step after the other.