CalvinYang0 / CRNet

46 stars 7 forks source link

'MaxPool Separation' Not Found #2

Closed ice-cream567 closed 4 months ago

ice-cream567 commented 4 months ago

Hello,

I noticed in Figure 2 of the paper that MaxPool operations are used in the high-frequency enhancement module. However, in the code: x1 = self.updown(x1, raw) x1 = self.downup(x1, raw) only AvgPool is used. Could you please clarify if this is an oversight? If so, how significant is this oversight? Specifically, would the difference between average pooling and max pooling have a substantial impact on the network's performance?

Thank you.

CalvinYang0 commented 4 months ago

This is an error in the paper; please refer to the code.

ice-cream567 commented 4 months ago

TK!

CalvinYang0 commented 4 months ago

感谢您的提醒和理解,我会尽快更正这个错误。

Message ID: @.***>