BlueAmulet / BasicSR

Fork of Basic Super-Resolution codes for development. Includes ESRGAN, SFT-GAN for training and testing.
Apache License 2.0
18 stars 1 forks source link

Fixed noise_img bug #4

Closed joeyballentine closed 4 years ago

joeyballentine commented 4 years ago

Fixes this error:


    return noise_img, noise_type
UnboundLocalError: local variable 'noise_img' referenced before assignment```