Multiscale Recurrent Convolutional Neural Network for Scene Labeling
report at this link
- Theano
- Matplotlib
- cPickle
- numpy
- pillow
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
Make sure proper driver and Nvidia CUDA toolkit is installed. add the following lines to ~/.theanorc
[global]
device=gpu
floatX=float32