This repository hosts the companion notebook to the article Deep face recognition with Keras, Dlib and OpenCV.
embedding.py
: Openface pretrained model을 가져와서, 128차원 벡터값으로 변환 후, 저장함
classification.py
: 각 사람마다 128벡터화 되어있는 정보를 분류 학습 -> mlflow
와 hyperopt
가 적용되어있는 코드