Algolzw / BSRT

Pytorch code for "BSRT: Improving Burst Super-Resolution with Swin Transformer and Flow-Guided Deformable Alignment", CVPRW, 1st place in NTIRE 2022 BurstSR Challenge (real-world track).
MIT License
183 stars 15 forks source link

输入raw图的个数是恒定的? #8

Open anguoyang opened 1 year ago

anguoyang commented 1 year ago

输入必须是 batch,14,4, Height, Width,否则会报错: RuntimeError: Given groups=1, weight of size [60, 896, 1, 1], expected input[1, 512, 160, 160] to have 896 channels, but got 512 channels instead 请问怎么修改,比如我要输入8张raw序列,谢谢

anguoyang commented 1 year ago

也是,fusion模块必须是固定的。