zhengchen1999 / DAT

PyTorch code for our ICCV 2023 paper "Dual Aggregation Transformer for Image Super-Resolution"
Apache License 2.0
417 stars 40 forks source link

Is there comparison with RealESR models #25

Open wuutiing opened 10 months ago

wuutiing commented 10 months ago

Real ESRGAN model is popular, want to know if DAT is better than open-sourced Real ESRGAN weights https://github.com/xinntao/Real-ESRGAN

zhengchen1999 commented 10 months ago

Real ESRGAN is used for real-world SR. DAT, on the other hand, is for bicubic SR, and they cannot be directly compared. DAT performs better on bicubic, while Real-ESRGAN is better for real-world. But you can also fine-tune DAT on the Real-ESRGAN pipeline and apply it to real-world scenarios.