Run rbgirshick/py-faster-rcnn on ubuntu with gpu

1. Setup

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

# edit Makefile.config
# set CPU_ONLY or cuda path
# set USE_OPENCV
# set OPENCV_VERSION
# set PYTHON_INCLUDE (python2.7, python3.5, or anaconda, prefer to python 2.7)
# set PYTHON_LIB
# set WITH_PYTHON_LAYER

make all -j8
cd python && pip install -r requirements.txt
make pycaffe
export PYTHONPATH=$PYTHONPATH:`pwd`
# test
python -c 'import caffe'

cd ../../lib
make 
python -c 'import fast_rcnn'

1.1 Problem 1

Since caffe in py-faster-rcnn is not the latest version, so when using cudnn, some errors may occur. Replace cudnn-related files in caffe-fast-rcnn file. More details, see [here].(http://blog.csdn.net/u011070171/article/details/52399317)

1.2 Problem 2

While pip install -R requirements.txt, install gfortran first. gfortran is needed for scipy.

sudo apt-get install libgfortran3 build-essential gfortran python-all-dev libatlas-base-dev 

2. Run a demo

cd $FRCN_ROOT
./tools/demo.py

3. Train VGG16 network on VOC 2007

./tools/train_net.py --gpu 0 --solver models/pascal_voc/VGG16/fast_rcnn/solver.prototxt --weights data/imagenet_models/VGG16.v2.caffemodel

to be continued.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值