wyhuai / DDNM

[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant find dataset for the old photo restoration task

AvonNeuring opened this issue · comments

it seems that only celeba and imagenet dataset used in the paper are provided in the drives
网盘里似乎只有imagenet和celeba的数据集,没有老照片修复的,请问在哪里可以找到呢

Hi, we do not need to train on the old photo dataset. You can directly try to restore the images in the folder DDNM/exp/datasets/ by running:
python main.py --ni --simplified --config celeba_hq.yml --path_y solvay --eta 0.85 --deg "sr_averagepooling" --deg_scale 4.0 --sigma_y 0.1 -i demo , as you can see in Demo: Real-World Super-Resolution.