Skip to content

Detecting "real" face vs picture through webcam #206

Answered by vladmandic
MaKleSoft asked this question in Q&A
Discussion options

You must be logged in to vote

Poor-mans FaceID demo is now online :)

demo/facerecognition:

  • Starts webcam
  • Waits until input video contains validated face or timeout is reached
    • Number of people
    • Face size
    • Face and gaze direction
    • Detection scores
    • Blink detection (including temporal check for blink speed) to verify live input
    • Runs antispoofing optional module
    • Runs liveness optional module
  • Runs match against database of registered faces and presents best match with scores

Both antispoof and liveness models are tiny and
designed to serve as a quick check when used together with other indicators:

  • below 1MB
  • very quick inference times as they are very simple (11 ops for antispoof and 23 ops for liveness)
  • trained on low-re…

Replies: 16 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@MaKleSoft
Comment options

Comment options

You must be logged in to vote
1 reply
@MaKleSoft
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MaKleSoft
Comment options

@vladmandic
Comment options

Comment options

You must be logged in to vote
1 reply
@MaKleSoft
Comment options

Answer selected by vladmandic
Comment options

You must be logged in to vote
1 reply
@MaKleSoft
Comment options

Comment options

You must be logged in to vote
1 reply
@MaKleSoft
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MaKleSoft
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jacobg
Comment options

@vladmandic
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants