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

本文档详细介绍了如何部署Faster R-CNN,包括克隆仓库、编译Cython模块、构建Caffe和PyCaffe,以及修改和重新编译关键文件,最后提供预计算的Faster R-CNN检测器下载步骤。
4万+

被折叠的 条评论
为什么被折叠?



