fyu / dilation

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

Could you implement 3D dilated convolution? #24

Open mjohn123 opened 7 years ago

mjohn123 commented 7 years ago

Hello, I have scheduled to use your work in 3D data. Do you have the schedule to implement 3D dilated convolution in caffe? I read some PR about 3D convolution but they did not consider 3D dilated convolution Good job!

fyu commented 7 years ago

ND dilated convolution is already in Caffe: https://github.com/BVLC/caffe/pull/3452