Python API for bob.ip.caffe_extractor

bob.ip.caffe_extractor.get_config()[source]

Returns a string containing the configuration information.

class bob.ip.caffe_extractor.Extractor(deploy_architecture, model, end_cnn)[source]

Bases: object

Feature extractor using caffe

class bob.ip.caffe_extractor.VGGFace(end_cnn)[source]

Bases: bob.ip.caffe_extractor.Extractor.Extractor

Extract features using the VGG model http://www.robots.ox.ac.uk/~vgg/software/vgg_face/

static download_vgg()[source]

Download and extract the VGG files in ./bob/ip/caffe_extractor

static get_vggpath()[source]