Skip to content

HSE University Graduation Project utility "Super Resolution" for Style Transfer image Upscaling using Pytorch

Notifications You must be signed in to change notification settings

yaiestura/super-resolution

Repository files navigation

Super Resolution

usage: main.py [-h] --upscale_factor UPSCALE_FACTOR [--batchSize BATCHSIZE]
               [--testBatchSize TESTBATCHSIZE] [--nEpochs NEPOCHS] [--lr LR]
               [--cuda] [--threads THREADS] [--seed SEED]

Train

python3 main.py --upscale_factor 3 --batchSize 4 --testBatchSize 100 --nEpochs 500 --lr 0.001

Super Resolve

python3 super_resolve.py --input_image nst.jpg --model model_epoch_500.pth --output_filename nst.png

About

HSE University Graduation Project utility "Super Resolution" for Style Transfer image Upscaling using Pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages