Skip to content

crhuang321/SAID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAID-PyTorch

PyTorch implementation of paper "Learned Scale-arbitrary Image Downscaling for Non-learnable Upscaling"

Overview

Inference

Download HR images:

Run:

# Ours + Bicubic
python run.py -model SAID_Bicubic -in_dir IMAGES_PATH -out_dir RESULTS_PATH -gpu 0 -scale 2.0
# Ours + Lanczos
python run.py -model SAID_Lanczos -in_dir IMAGES_PATH -out_dir RESULTS_PATH -gpu 0 -scale 2.0

Contact

If you have any questions, please contact crhuang@whu.edu.cn.

About

Learned Scale-arbitrary Image Downscaling for Non-learnable Upscaling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages