thunil / TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.
Apache License 2.0
5.95k stars 1.13k forks source link

What's the difference between input_dir_LR and input_dir_HR? #121

Closed louie-github closed 2 years ago

louie-github commented 2 years ago

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-github commented 2 years ago

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).