thunil / TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the difference between input_dir_LR and input_dir_HR?

louie-github opened this issue · comments

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?

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