Skip to content

Files

Latest commit

dd12adb · Apr 27, 2016

History

History

python_features

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 5, 2016
Nov 9, 2015
Nov 9, 2015
Apr 27, 2016
Nov 18, 2015
Nov 9, 2015
Nov 18, 2015
Nov 20, 2015
Apr 2, 2016
Feb 14, 2016
Apr 5, 2016
Apr 5, 2016

This directory contains a Python port of the Matlab code in matlab_features_reference/ directory

  • This code uses Caffe and their Python wrapper.
  • I use VGG Net which can be found in the Model Zoo under the title Models used by the VGG team in ILSVRC-2014. I use the 16-layer version.
  • Note that I provide my _features deploy network def as well, which is exactly what you see on that page but I chopped off the softmax to get the 4096-D codes below.