Skip to content

Files

Latest commit

author
Jonas
Jan 9, 2018
37a916d · Jan 9, 2018

History

History

caffe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 9, 2018
Jan 9, 2018
Mar 22, 2017
Mar 22, 2017
Jan 22, 2017
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017
Jan 22, 2017
Mar 22, 2017

This demo code shows an caffe implementation of MVCNN based on a 12-view setting.

  1. The network is defined in mvccn_12view.prototxt, where we use the caffe 'Slice' layer to sperate views and "Eltwise" layer for max view-pooling. Please check the prototxt file for more details.

  2. MVCNNDataLayer.py provides an example to prepare the input data layer for the network. It requires caffe compiled with python layer. one needs to change the load function based on the data folder organization.

  3. Also provide a prototxt and data layer for finetuning with AlexNet, to improve the performance