Skip to content

MVP v2.0.0

Latest
Compare
Choose a tag to compare
@Anurag14 Anurag14 released this 23 May 10:31
· 18 commits to master since this release
3f8f6c0

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