Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add unpooling operator for segmentation network #640

Closed
futurely opened this issue Nov 19, 2015 · 4 comments
Closed

Add unpooling operator for segmentation network #640

futurely opened this issue Nov 19, 2015 · 4 comments

Comments

@futurely
Copy link

#422 and #503 have added the deconvolution operator for segmentation. The other missing piece to construct a complete segmentation network is the unpooling layer (#337 (comment)).
Current reference implementation is only in Caffe.
https://github.com/HyeonwooNoh/caffe/blob/new_data_layer/src/caffe/layers/unpooling_layer.cpp
https://github.com/HyeonwooNoh/caffe/blob/new_data_layer/src/caffe/layers/unpooling_layer.cu

@tornadomeet
Copy link
Contributor

yes, when using the Deconvnet for segmentation, the last op is uppooling, but currently, the io part for segmentation is not support.
if the mxneters agreed adding the uppolling op, i will try it.

@tqchen
Copy link
Member

tqchen commented Nov 21, 2015

Yes, that would be great

@tornadomeet
Copy link
Contributor

i just see this, i'll do it this week~

@antinucleon
Copy link
Contributor

Done. #746

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants