Francis0625 / Omni-SR

[CVPR2023] Implementation of ''Omni Aggregation Networks for Lightweight Image Super-Resolution".
192 stars 12 forks source link

What is the difference between Meso-OSA and GlobalOSA? #9

Closed haikunzhang95 closed 1 year ago

haikunzhang95 commented 1 year ago
Francis0625 commented 1 year ago

Window partition strategies make the difference. As shown in Figure 4, Meso-OSA splits the input feature into non-overlapping blocks, while Global-OSA divides the input feature into a uniform grid.

chenglih commented 1 year ago

代码中为啥没有区别