idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.56k stars 755 forks source link

could you upload another models having another scalce (3x,4x) #214

Open epsilon-deltta opened 2 years ago

epsilon-deltta commented 2 years ago

RDN(weights='noise-cancel') # 2x RRDN(weights='gans') # 4x RDN(weights='psnr-small') # 2x RDN(weights='psnr-large') # 2x Q1. could you provide 2x,3x,4x model for each sr ? Q2. is train code only for RRDN-gans ?