Closed idealwei closed 5 years ago
I've roughly implemented "super pixel average pooling" myself. Nevertheless, it will be great that you release your code, that will help a lot.
Hi, not sure, maybe @Mathijssch can give you some advice regarding this.
Since we have focused mainly on max-pooling, our average pooling code is only available in chainer (for 3D images), you might be able to get some insights from that.
We are planning to publish a more complete and well-documented version of the code in the near future, but it's difficult to say when this will be exactly.
Thank you for your reply. I learn a lot in the implementation of "super pixel average pooling" myself. Hope that could help my work.
I see you applied "average pooling" in your paper, but the code your release is "max pooling". In my view, average pooling make more sense in terms of task like semantic segmentation. Will your release "average pooling" ?