Skip to content

prlz77/vgg-face.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VGG Face Descriptor

VGG-Face Descriptor port to pytorch.

  1. Download original luatorch weights from http://www.robots.ox.ac.uk/~vgg/software/vgg_face/
  2. Execute demo: python3 models/vgg_face.py. It should print a 2.

Enjoy.

Citation

@InProceedings{Parkhi15,
  author       = "Parkhi, O. M. and Vedaldi, A. and Zisserman, A.",
  title        = "Deep Face Recognition",
  booktitle    = "British Machine Vision Conference",
  year         = "2015",
}