Details
-- Trimmed YOLO faced module for face detection
-- Insightface model is used for Face recognition
-- Totally metric learning based architecture ( will be improved upon using saimese networks)
-- Face alignment done using FAN
##How to run
pip install -r requirements.txt
$ cd faced
$ python setup.py install
$ cd ../pretrained
$ cp <download destination of insightface weights> .
$ cd ..
$ python encode/encode.py
$ python register/register.py
$ python livestream/newmain.py