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 add deform_conv_cuda_kernel.cu 2019-08-27 17:49:12 +08:00
__init__.py mmsr 2019-08-23 21:42:47 +08:00
arch_util.py mmsr 2019-08-23 21:42:47 +08:00
discriminator_vgg_arch.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
DUF_arch.py mmsr 2019-08-23 21:42:47 +08:00
EDVR_arch.py mmsr 2019-08-23 21:42:47 +08:00
HighToLowResNet.py Implement downsample GAN 2020-04-24 00:00:46 -06:00
RRDBNet_arch.py Support variant input sizes and scales 2020-04-22 00:39:55 -06:00
SRResNet_arch.py mmsr 2019-08-23 21:42:47 +08:00
TOF_arch.py mmsr 2019-08-23 21:42:47 +08:00