Installation:
1、Clone the Faster R-CNN repository:
git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git
2、build the Cython modules
cd py-faster-rcnn/lib
make
3、build caffe and pycaffe
cd py-faster-rcnn/caffe-fast-rcnn
git remote add caffe https://github.com/BVLC/caffe.git
git fetch caffe
git merge -X theirs caffe/master