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 Dependencies torch == 1.7.1 opencv-python == 4.5.1.48 numpy scikit-learn scipy