Skip to content

Multi-Scale Context Aggregation by Dilated Convolutions in Keras.

Notifications You must be signed in to change notification settings

leezqcst/dilation-keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Scale Context Aggregation by Dilated Convolutions in Keras

This repository holds a Keras porting of the ICLR 2016 paper by Yu and Koltun. It holds the four semantic segmentation pretrained networks that you can find in the original repo (Caffe).

How to use

Just use the DilationNet function in dilation_net.py to get the model. To see an example, run predict.py.

Please note that the porting works on with the Theano dim ordering. Tensorflow backend should since if needed, the function convert_all_kernels_in_model is called. However, it is not tested.

Cityscapes model disclaimer: I didn't manage to convert the final upsampling layer (deconv with grouping), so I replaced it with Upsampling + Convolution.

About

Multi-Scale Context Aggregation by Dilated Convolutions in Keras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%