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

Implement ESRGAN-FS frequency separation #3

Closed bscout9956 closed 4 years ago

bscout9956 commented 4 years ago

Implement an option for the filtering that is present in ESRGAN-FS. Some of the changes from the original fork by ManuelFritsche can be seen here: https://github.com/ManuelFritsche/real-world-sr/search?q=ADDED&unscoped_q=ADDED

The implementation is kind of 'as-is'. I was unsure on how to make the 'use_filters' opt be placed somewhere a bit more obvious.