matconv2caffe v0.1 released
05 Aug 2015Convert Matconvnet models to Caffe with matconv2caffe.
There is already a script to import caffe models to matconvnet thanks to @vedaldi. However, we needed the oposite so I made a script that converts the .caffemodel and extracts a deplotment .prototxt model definition and the average image. Currently it only works for standard CNNs and Dropout has not been tested to work.
It successfuly works for the caffenet .mat model (correctly predicts the ‘cat.jpg’ image).