Skip to content

Instantly share code, notes, and snippets.

View Pistolet's full-sized avatar

GeonTaeKim Pistolet

  • Oracle
  • Seoul, Korea, Republic of
View GitHub Profile
@Pistolet
Pistolet / keras VGG-Face Model.md
Created November 7, 2018 05:49 — forked from EncodeTS/keras VGG-Face Model.md
VGG-Face model for keras

VGG-Face model for Keras

This is the Keras model of VGG-Face.

It has been obtained through the following method:

  • vgg-face-keras:directly convert the vgg-face matconvnet model to keras model
  • vgg-face-keras-fc:first convert vgg-face caffe model to mxnet model,and then convert it to keras model

Details about the network architecture can be found in the following paper: