Human authorization [closed]

asked 2014-11-06 20:47:13 -0600

updated 2020-10-22 08:23:49 -0600

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-22 08:21:56.303788

Comments

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.

berak gravatar imageberak ( 2014-11-07 01:56:03 -0600 )edit
2

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 gravatar imageberak ( 2014-11-07 02:17:49 -0600 )edit
2

@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.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-11-07 06:12:36 -0600 )edit
1

^^ let's rephrase that: the current implemented algorithms are susceptible to cheating ;)

berak gravatar imageberak ( 2014-11-07 06:16:06 -0600 )edit

Can you give some advice or example how to use DB for recognition?

PAKOTxx gravatar imagePAKOTxx ( 2014-11-07 08:46:35 -0600 )edit
2

@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.

berak gravatar imageberak ( 2014-11-07 08:59:37 -0600 )edit