faster-rcnn 安装编译

来源:互联网 发布:udp 端口 测试 编辑:程序博客网 时间:2024/05/02 07:47

1、下载:

git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git

2、

cd $FRCN_ROOT/libmake
3、

cd $FRCN_ROOT/caffe-fast-rcnn# Now follow the Caffe installation instructions here:#   http://caffe.berkeleyvision.org/installation.html# If you're experienced with Caffe and have all of the requirements installed# and your Makefile.config in place, then simply do:make -j8 && make pycaffe
4、pb.h问题

protoc src/caffe/proto/caffe.proto --cpp_out=.

mkdir include/caffe/proto

mv src/caffe/proto/caffe.pb.h include/caffe/proto

0 0
原创粉丝点击