CVPR2020-HAttMatting icon indicating copy to clipboard operation
CVPR2020-HAttMatting copied to clipboard

More detail about model structure?

Open vietnamican opened this issue 4 years ago • 0 comments

Hello, I'm reimplement HAttMatting. But I confuse about Pyramidal Features Distillation module. I have some question:

  1. Is Maxpool layer global max pooling layer? And which dimension does it get along with? Because in Fig.2, the channel dimension of input and channel dimention of max pooling is not equal (max pooling layer is so much 'thick').
  2. What's the role of shared MLP? Is it calculate attention between channels?
  3. Can you give me the shape of layers in this module?

Thanks

vietnamican avatar Dec 20 '20 09:12 vietnamican