fyu / dilation

Dilated Convolution for Semantic Image Segmentation
https://www.vis.xyz/pub/dilation
MIT License
781 stars 265 forks source link

Also available in Tensorflow #14

Open cancan101 opened 8 years ago

cancan101 commented 8 years ago

See: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/api_docs/python/nn.md#tfnnatrous_conv2dvalue-filters-rate-padding-namenone-atrous_conv2d

CQFIO commented 8 years ago

It is also available in MatConvnet. http://www.vlfeat.org/matconvnet/

ankitp94 commented 7 years ago

Has anyone implemented the whole paper with reproducible results in tensorflow?

huyphongdo commented 5 years ago

@ankitp94 do you find any impletentation for this paper in tensorflow?