Based on caffe for ssd(https://github.com/weiliu89/caffe/tree/ssd)
It was tested on SSD, Fast-RCNN, Faster-RCNN(If you want to use cudnn v5)
cd to CAFFE_PATH
make
make pycaffe
replace 'caffe-fast-rcnn' with this one, and rename it to 'caffe-fast-rcnn'
In 'lib/layer.py'
'layer_params = yaml.load(self.param_str_)' to 'layer_params = yaml.load(self.param_str)'
import sys
sys.path.insert(0, 'CAFFE_PATH/python')