Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.03 KB

Deep Learning on Shallow Hardware

Code and information repo for "Deep Learning on Shallow Hardware Project" group of the Seattle Deep Learning Meetup

"Main.py" is almost identical to the code from m.zaradzki's repo to test a pretrained VGGFace model on celebrities in Keras . This article explains the repo and code.

The pre-trained models weights are from:

Load VGG weigths from .mat file http://www.vlfeat.org/matconvnet/pretrained/#face-recognition

Download from console with : wget http://www.vlfeat.org/matconvnet/models/vgg-face.mat

Alternatively : wget http://www.robots.ox.ac.uk/~vgg/software/vgg_face/src/vgg_face_matconvnet.tar.gz

To find the closest celebrity match to a user supplied image, updated the path in line 222 of "Main.py"