wyhuai / DDNM

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

How to do image restoration tasks on outdoor images #47

Open night333666 opened 1 year ago

night333666 commented 1 year ago

I want to use general images for image restoration tasks, such as outdoor images(The outdoor image contains many elements, unlike the example where there is only one). According to the test on colob, there seems to be no classification number for outdoor images in the class classification. What command should I use to restore them?

wyhuai commented 1 year ago

You can find a more powerful backbone, such as the IF. Then apply DDNM to it. We tried and it works well for general images.