├── README.md ├── create_vggface2.sh ├── face_labels_gen.py ├── face_similarity.py ├── inception_resnet_v2_tiny_deploy.prototxt ├── inception_resnet_v2_tiny_solver.prototxt ├── inception_resnet_v2_tiny_train.prototxt ├── roc_curve.py └── vggface_align.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/README.md -------------------------------------------------------------------------------- /create_vggface2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/create_vggface2.sh -------------------------------------------------------------------------------- /face_labels_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/face_labels_gen.py -------------------------------------------------------------------------------- /face_similarity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/face_similarity.py -------------------------------------------------------------------------------- /inception_resnet_v2_tiny_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/inception_resnet_v2_tiny_deploy.prototxt -------------------------------------------------------------------------------- /inception_resnet_v2_tiny_solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/inception_resnet_v2_tiny_solver.prototxt -------------------------------------------------------------------------------- /inception_resnet_v2_tiny_train.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/inception_resnet_v2_tiny_train.prototxt -------------------------------------------------------------------------------- /roc_curve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/roc_curve.py -------------------------------------------------------------------------------- /vggface_align.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lippman1125/facenet_caffe/HEAD/vggface_align.py --------------------------------------------------------------------------------