manuelfritsche / real-world-sr

[ICCVW 2019] PyTorch implementation of DSGAN and ESRGAN-FS from the paper "Frequency Separation for Real-World Super-Resolution". This code was the winning solution of the AIM challenge on Real-World Super-Resolution at ICCV 2019
MIT License
162 stars 37 forks source link

As for PerceptualSimilarity #22

Closed Edenkut closed 3 years ago

Edenkut commented 3 years ago

Hi, I had read and tried "from PerceptualSimilarity import models" to figure out the problem. But it showed ImportError: cannot import name 'models'

I will really appreciate that if you reply.