# vgg-face.pytorch **Repository Path**: srwpf/vgg-face.pytorch ## Basic Information - **Project Name**: vgg-face.pytorch - **Description**: VGG-Face Descriptor port to pytorch - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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", } ```