Installing environment for Fast-RCNN

Reviews and other little ventures that don't quite fit into the other forums
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Installing environment for Fast-RCNN

Post 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.
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: Installing environment for Fast-RCNN

Post 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
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: Installing environment for Fast-RCNN

Post 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/
Post Reply