Lornatang / SRGAN-PyTorch

A simple and complete implementation of super-resolution paper.
Apache License 2.0
410 stars 105 forks source link

pretrained models #64

Closed junghyun-avikus closed 1 year ago

junghyun-avikus commented 1 year ago

What are the dataset that the uploaded pretrained weights trained on? I directly used weights from the google drive to inference some of my images, but they seem to have minor effects only.

Are there still room to improve if I train the model? If so, do you recommend train them from scratch or start from the pretrained weights?

Lornatang commented 1 year ago

Because the pre-trained model is only degraded by simple bicubic interpolation in DIV2K datasets. But,do not worry,I created some useful methods to face real world images, See BSRGAN and Real_ESRGAN