Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 675 Bytes

File metadata and controls

35 lines (19 loc) · 675 Bytes

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