jixiaozhong / RealSR

Real-World Super-Resolution via Kernel Estimation and Noise Injection
Apache License 2.0
740 stars 102 forks source link

codes/data/util.py bug #25

Open pythonmobile opened 3 years ago

pythonmobile commented 3 years ago

python3.8 util.py

Traceback (most recent call last): File "util.py", line 461, in img = img 1.0 / 255 TypeError: unsupported operand type(s) for : 'NoneType' and 'float'