andreas128 / RePaint

Official PyTorch Code and Models of "RePaint: Inpainting using Denoising Diffusion Probabilistic Models", CVPR 2022
1.94k stars 157 forks source link

The generated result appears to be two different people, what is the reason? #36

Open pfeducode opened 1 year ago

pfeducode commented 1 year ago

I used my own dataset and then inferred using the test.py code, the result of the reconstruction is clearer, but another issue that arose is that the generated result looks like two different people compared to the real picture, could you tell me what is the reason for this? Do I need to retrain on my own dataset or modify the loss function? Thank you.

pfeducode commented 1 year ago

ground truth M030_256

Generate results 000001 000006

LinWeiJeff commented 9 months ago

I used my own dataset and then inferred using the test.py code, the result of the reconstruction is clearer, but another issue that arose is that the generated result looks like two different people compared to the real picture, could you tell me what is the reason for this? Do I need to retrain on my own dataset or modify the loss function? Thank you.

@pfeducode Hello, did you retrain on your own dataset?