Image-Super-Resolution-via-Iterative-Refinement icon indicating copy to clipboard operation
Image-Super-Resolution-via-Iterative-Refinement copied to clipboard

Output shape should be same as the input shape in conditional image generation

Open mamyou96 opened this issue 1 year ago • 1 comments

https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement/blob/01d27a7cbfa8502be1d8dbd4ee02fcbd5e44389d/model/ddpm_modules/diffusion.py#L218

In this line it requires the input shape be same as the output shape in conditional image generation that is not true. Instead of that, the output shape from the config file can be used to create the initial random image.

mamyou96 avatar Oct 13 '23 13:10 mamyou96

You are right, I should have seen this before I spend days on it. Thanks

LT1st avatar Mar 04 '24 02:03 LT1st