DL-Art-School/codes
James Betker 3cd85f8073 Implement ResGen arch
This is a simpler resnet-based generator which performs mutations
on an input interspersed with interpolate-upsampling. It is a two
part generator:
1) A component that "fixes" LQ images with a long string of resnet
    blocks. This component is intended to remove compression artifacts
    and other noise from a LQ image.
2) A component that can double the image size. The idea is that this
    component be trained so that it can work at most reasonable
    resolutions, such that it can be repeatedly applied to itself to
    perform multiple upsamples.

The motivation here is to simplify what is being done inside of RRDB.
I don't believe the complexity inside of that network is justified.
2020-05-05 11:59:46 -06:00
..
data Support inference across batches, support inference on cpu, checkpoint 2020-05-04 08:48:25 -06:00
data_scripts Some random fixes/adjustments 2020-04-22 00:38:53 -06:00
metrics mmsr 2019-08-23 21:42:47 +08:00
models Implement ResGen arch 2020-05-05 11:59:46 -06:00
options Implement ResGen arch 2020-05-05 11:59:46 -06:00
scripts mmsr 2019-08-23 21:42:47 +08:00
temp Fix megabatch scaling, log low and med-res gen images 2020-05-05 08:34:57 -06:00
utils mmsr 2019-08-23 21:42:47 +08:00
requirements.txt Create requirements.txt 2019-11-24 07:48:52 +00:00
run_scripts.sh mmsr 2019-08-23 21:42:47 +08:00
test_Vid4_REDS4_with_GT_DUF.py mmsr 2019-08-23 21:42:47 +08:00
test_Vid4_REDS4_with_GT_TOF.py mmsr 2019-08-23 21:42:47 +08:00
test_Vid4_REDS4_with_GT.py mmsr 2019-08-23 21:42:47 +08:00
test.py Support inference across batches, support inference on cpu, checkpoint 2020-05-04 08:48:25 -06:00
train.py Implement ResGen arch 2020-05-05 11:59:46 -06:00