Awesome
VGG Face Descriptor
VGG-Face Descriptor port to pytorch.
- Download original luatorch weights from http://www.robots.ox.ac.uk/~vgg/software/vgg_face/
- 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",
}