Skip to content

Instantly share code, notes, and snippets.

View JaydeepDPatil's full-sized avatar

Jaydeep Patil JaydeepDPatil

  • Walchand College Of Engg., Sangli.
View GitHub Profile
@JaydeepDPatil
JaydeepDPatil / keras VGG-Face Model.md
Created August 12, 2018 07:58 — 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: