Abstract for Face Recognition/Face Detection
Project Using Python
Abstract:
F a c e re c o g nitio n an d f ac e de t e ctio n are cru c ial ap p lica tio n s o f co m p u te r v is io n, w ide ly
u s e d in s e c u rit y s y s te m s , ide nt ity ve rifica tio n, a nd hu m a n- co m p u te r int e ra ctio n. T his
p ro je ct a im s to de v e lo p a ro b u s t fa ce de te c tio n and re co g nitio n s ys te m u s ing P ytho n a nd
O p e nC V , a lo ng w it h de e p le a rning fra m e w o rk s s u ch a s T e ns o rF lo w o r O p e nF ac e
T he p ro je c t le v e rag e s lib rarie s lik e O p e nC V , dlib , a nd fa ce _ re c o g nitio n fo r
im p le m e ntat io n. M a chin e le a rning m o de ls a re traine d o n dat as e ts lik e L F W (L ab e le d
F a c e s in t he W ild) to im p ro ve ac c u ra cy. T he ap p lic a tio n c an b e inte g ra te d into re al- w o rld
s c e nario s s u c h as a tte nda nce s ys te m s , s u rv e illanc e , a nd au t he ntic atio n m e cha nis m .
The system consists of two primary components:
1. Face Detection: T he s ys te m ide nt ifie s hu m an fa c e s in im a g e s o r vid e o s tre am s u s ing
te c hniq u e s lik e H a ar ca s ca de s o r de e p le a rning -b a s e d m o de ls (e .g ., M T C N N o r Y O L O ) .
2. Face Recognition: O nc e de te ct e d, the s ys te m e x tra ct s f ac ia l fe a tu re s u s ing de e p le a rning -
b a s e d m o de ls s u c h as F ac e N e t o r D e e p F a ce , co m p are s the m w ith s to re d te m p lat e s , a nd
v e rif ie s ide ntit ie s .