Fater-RCNN-Caffe Configuration

reference:http://www.ithao123.cn/content-9081517.html

Remerber: THE SOFTWARE REQUIREMENT IS CUDA7.5

Step one:

git clone --recursive https://github.com/ShaoqingRen/faster_rcnn.git

Step two:

copy Makefile.config from caffe-master to faster_rcnn/external/caffe

make -j8
make -j8 matcaffe
make -j8 pycaffe

Step three

Open Matlab on route of faster-rcnn
sudo matlab

run startup.m #to set the environmental variables
run fetch_faster_rcnn_final_model.m #to get the model

你可能感兴趣的:(Fater-RCNN-Caffe Configuration)