vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

Can Matconvnet model be changed to a caffemodel? #829

Open hunterlew opened 7 years ago

hunterlew commented 7 years ago

I've been tried Ren Shaoqing's faster-rcnn based on my own dataset but it needs pre-trained model in caffemodel format. Can i use Matconvnet for pre-training and then change it to caffemodel? How?

albanie commented 7 years ago

There is a script for converting matconvnet models to caffe which is discussed in #225