wyhuai / DDNM

[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model
MIT License
1.16k stars 83 forks source link

How to run superresolution on arbitrary image size? #8

Closed shkarupa-alex closed 1 year ago

shkarupa-alex commented 1 year ago

When running something like this

python main.py --ni --config imagenet_256.yml --path_y imagenet --eta 0.85 --deg "sr_averagepooling" --deg_scale 4 --sigma_y 0. -i imagenet_sr_ap_4

generated images have size 256x256

wyhuai commented 1 year ago

Please see "DDNM for Arbitrary Size"

Breeze-Zero commented 1 year ago

But this method requires a category of image...