What's the difference between input_dir_LR and input_dir_HR?
louie-github opened this issue · comments
Louie Torres commented
As the title says. These are two different flags that can be specified to main.py
.
It says that at least one must be specified.
What's the difference between the two?
Louie Torres commented
Oh, nevermind. Just had to test it out.
input_dir_LR
takes an input of low-resolution images and upscales it.
input_dir_HR
takes an input of high-resolution images, downscales them, then applies the GAN to the downscaled image to match the original resolution (useful for comparing).