Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 554 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 554 Bytes

Caffe for RPN+BF

Caffe fork that supports RPN+BF.

It is forked from ShaoqingRen/caffe, which support the usage for faster r-cnn.

This repo add "a trous" trick support, which is needed for the RPN+BF code.

Usage

  1. Follow the instruction to set up the prerequisites for Caffe.
  2. Use make matcaffe Build the mex file.
  3. Copy Caffe_DIR/matlab/+caffe/private/caffe_.mexa64 to RPN_BF_DIR/external/caffe/matlab/caffe_faster_rcnn/.