FRRN icon indicating copy to clipboard operation
FRRN copied to clipboard

Full Resolution Residual Networks for Semantic Image Segmentation

Results 13 FRRN issues
Sort by recently updated
recently updated
newest added

I have problem when running the train.py, it shows me each time an error 'cannot import name 'downsample' and when i change the version of theano and Lasagne i have...

Hi there, I'm really interested in using your network. However I get this error: 2017-11-01 17:15:45,539 ERROR Cannot create cuDNN spatial log softmax. Install cuDNN and make sure that uses...

Hi there, I wanted to test your network, but somehow I can't get ride of this error: > File "/media/---/Volume/---/FRRN/dltools/data.py", line 245, in self._map_func = np.vectorize(lambda px: self._intensity_map[px]) TypeError: list...

How do I do prediction in my own image?

First, thanks for the new update. I do not have access to Cityscape, how can I use the pre trained models on other images? Not sure how to transform pics...

**2 warning and 1 error** Using gpu device 0: GeForce GTX 1080 Ti (CNMeM is disabled, cuDNN 6021) /usr/local/lib/python2.7/dist-packages/theano/sandbox/cuda/__init__.py:600: UserWarning: Your cuDNN version is more recent than the one Theano...

You might, if you have time, consider adding in associative memory to the structure of your neural networks on the presumption that it will give them extra "powers". Associative memory...

I want to adapt the the resolution to 1280x800. Therefore I changed the IMAGE_ROWS and IMAGE_COLS in the train.py script and resized the train and val images. The training works...

Hello Tobias! Thanks for a great paper! I have a question about actual last layers dimensions in your work: in the paper you state that after last `FRRU96` and streams...

Hi there, I'm really interested in using your network and performance does matter, that's why I installed chianti. However I get this error: >python predict.py --architecture frrn_a --model_file models/frrn_a.npz --cs_folder...