Skip to content

Instantly share code, notes, and snippets.

View cwchengtw's full-sized avatar

Cw Cheng cwchengtw

View GitHub Profile
@cwchengtw
cwchengtw / keras VGG-Face Model.md
Created September 10, 2018 14:25 — 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: