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

nderstanding Discrepancies: Challenges in Achieving Comparable Inpainting Results to Published Papers on ImageNet Dataset

hosseinaskari-cs opened this issue · comments

Why am I unable to achieve the same high-quality results as the paper when performing the inpainting task on the ImageNet dataset?

For example, the paper reported a PSNR of 32.06 in the inpainting task for imagenet dataset, but I am getting only 23.29.

It depends on what kind of mask you use.

In our paper, we use the same mask generation code as DDRM for a fair comparison with them. But in this repository, we only provide one mask for visual evaluation, which is not the mask used in quantitative comparisons. You can change the mask as you will.

image

Thank you so much for your swift reply. I am trying to modify your method for other applications. I would like to know if we can have your point of view. Your contribution will be highly appreciated.