wxxxxxxh / A2F-SR

Official PyTorch implementation of "Lightweight Single-Image Super-Resolution Network with Attentive Auxiliary Feature Learning" in ACCV2020
37 stars 6 forks source link

about the algorithm #2

Open Danee-wawawa opened 3 years ago

Danee-wawawa commented 3 years ago

Thank you for your work. I wonder if this algorithm can be used to recover blurred text images?

wxxxxxxh commented 3 years ago

I have not adopt this method on deblurring task. I think you can have a simple try by replacing the paired data.

Danee-wawawa commented 3 years ago

If my text image format is jpg, is it okay?

wxxxxxxh commented 3 years ago

Maybe it's ok if your jpg images are clear. The performance depends on your gt.

Danee-wawawa commented 3 years ago

OK, thank you. I will try it.