Skip to content

R4j4n/REALTIME-FACE-RECOGNIZATION-WITH-ARCFACE-PYTORCH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REALTIME FACE RECOGNIZATION WITH ARCFACE PYTORCH

STEP 1: Run DATA_COLLECT.py to collect your face dataset.

STEP 2: Run GENERATE_EMBEDDINGS.py to generate facial embeddings.

STEP 3: Then run VALIDATE.py for realtime face recognization.

Dowload pre-trained weight from Here.👈
And place it in the directory:

libs\arcface\weight\model_final.pth

Alt Text

Alt Text

Dependencies

torch == 1.7.1
opencv-python == 4.5.1.48
numpy
scikit-learn
scipy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages