bermanmaxim / superpixPool

Superpixel Pooling implemented in PyTorch and Chainer
MIT License
136 stars 26 forks source link

Will you release superpixel average pooling code ? #4

Closed idealwei closed 5 years ago

idealwei commented 6 years ago

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" ?

idealwei commented 6 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.

bermanmaxim commented 6 years ago

Hi, not sure, maybe @Mathijssch can give you some advice regarding this.

Mathijssch commented 6 years ago

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.

idealwei commented 5 years ago

Thank you for your reply. I learn a lot in the implementation of "super pixel average pooling" myself. Hope that could help my work.