Skip to content

shady-cs15/rcnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

RCNN

Multiscale Recurrent Convolutional Neural Network for Scene Labeling

report at this link

Dependencies (Python)

  1. Theano
  2. Matplotlib
  3. cPickle
  4. numpy
  5. pillow

Running

navigate to directory 'rcnn'
make directory 'data' inside 'rcnn'
put labeled images in data/labeled_scaled
put rgb images in data/left_scaled
navigate to 'src' directory

python run.py


Running on smaller data

python test.py

Running with GPU

Make sure proper driver and Nvidia CUDA toolkit is installed. add the following lines to ~/.theanorc

[global]
device=gpu
floatX=float32

About

Multiscale recurrent convolutional neural networks for Scene Labelling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages