DL-Art-School/codes/models/archs
James Betker d95808f4ef Implement downsample GAN
This bad boy is for a workflow where you train a model on disjoint image sets to
downsample a "good" set of images like a "bad" set of images looks. You then
use that downsampler to generate a training set of paired images for supersampling.
2020-04-24 00:00:46 -06:00
..
dcn
__init__.py
arch_util.py
discriminator_vgg_arch.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
DUF_arch.py
EDVR_arch.py
HighToLowResNet.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
RRDBNet_arch.py
SRResNet_arch.py
TOF_arch.py