/mlflow-hyperopts-keras

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Deep face recognition with Keras, Dlib and OpenCV

This repository hosts the companion notebook to the article Deep face recognition with Keras, Dlib and OpenCV.

Face embedding

embedding.py : Openface pretrained model을 가져와서, 128차원 벡터값으로 변환 후, 저장함

Classification (training)

classification.py : 각 사람마다 128벡터화 되어있는 정보를 분류 학습 -> mlflowhyperopt가 적용되어있는 코드