Page 1 of 1

Installing environment for Fast-RCNN

Posted: Wed 31 Aug 31 2016 8:02 pm
by Daniel Wee
http://sungyulkim11.blogspot.sg/2016/01 ... -rcnn.html

The CUDA bits can be done using the other link for 7.5. Remember to compile after installation of CUDNN and compile with Makefile.config edited to enable CUDNN.

Download from https://developer.nvidia.com/cudnn
Install using dpkg -i package-name

Compile caffe after this is done.

Re: Installing environment for Fast-RCNN

Posted: Wed 31 Aug 31 2016 10:51 pm
by Daniel Wee
For runtest to work, you need to:-

cd /usr/lib/x86_64-linux-gnu

sudo ln -s lib5hdf.so lib5hdf.so.10
sudo ln -s lib5hdf_hl.so lib5hdf_hl.so.10

Re: Installing environment for Fast-RCNN

Posted: Thu 01 Sep 01 2016 11:12 am
by Daniel Wee
Using Anaconda is a bad idea because it loads version 2.5.0 of protobuf but 2.6.0+ is needed.

also need to install easydict manually if not using Anaconda

sudo pip install easydict

see following references:-

http://inverse90.tistory.com/entry/tens ... on-trouble
https://actinunsw.wordpress.com/2015/09 ... n-aws-ec2/