The script to update cudnn code of py-faster-rcnn
- Download the latest caffe:
git clone https://github.com/BVLC/caffe.git
- Download py-faster-rcnn:
git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git
- clone this repo:
git clone https://github.com/vra/update-cudnn-of-py-faster-rcnn.git
- open
script.sh
, change theCAFFE_ROOT
andCAFFE_FAST_RCNN
to right dir - run the script:
bash script.sh
- compile your code