leeruibin/SPDInv

Performance difference

Closed this issue · 5 comments

Thanks for your great work!

I tried to use your code to edit images on the PIE-Bench_v1 dataset, I found the reconstruction quality is much higher than that reported in the paper, but the edit performance is lower.

By the way, I use the run_SPDInv_P2P.py code to edit the Cat, but it is very different from your paper. Are there any environmental errors?

1_P2P_000000000004

Thanks for your attention.

However, The code seems to work fine with me. For this image, you can try to decrease the learning rate or reduce the ddim_step to 20 for better editing output.
1715226847938

Thanks for your reply. Is the performance in Tab.1 based on the specific parameters of each image?

We have updated the code and some typos, the performace in Tab. 1 is based the hyper parameters mentioned in our paper.

Thanks for your reply, based on the updated codes, I still cannot obtain the same results reported in the paper.

Note that the performance may be different due to the compression of jpg and the effects of random states in pytorch.