JingyunLiang / SwinIR

SwinIR: Image Restoration Using Swin Transformer (official repository)

Home Page:https://arxiv.org/abs/2108.10257

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the restricition of image size in denoising

lotus0903 opened this issue · comments

I need to crop the image size under 1000*1000 when using denoising because of the memory of cuda but this will influence my next work. So are there any solutions? Plus, how can I use colorDN with jpg images? Should I turn them to tif? Can someone help me? Thanks a lot!