You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried your Colab demo and ran into a problem. When I tried to inpaint the following image:
with this mask:
I got quite a good result:
However, if I just made the input image brighter (multiplied pixel values by 2):
the inpainting (with the same mask) failed:
I thought it could be some overflow in the image domain, but when I tried to crop the input image a bit (about 10 % on the top and right side):
the inpainting worked again:
Could be some overflow in the frequency domain or am I just doing something wrong? Thank you for your response.
The text was updated successfully, but these errors were encountered:
Hi @PetrVevoda, thanks for your interest in our work. I did encounter a similar issue while testing myself for some kinds of masks for some reason. I have not had the time to look into the case yet. However, it was solved for me by changing the seed AFAIR. Did you try changing the seed?
The most likely reason seems to be some explosion in the pixel values similar to what you suggested.
Dear authors,
I tried your Colab demo and ran into a problem. When I tried to inpaint the following image:
with this mask:
I got quite a good result:
However, if I just made the input image brighter (multiplied pixel values by 2):
the inpainting (with the same mask) failed:
I thought it could be some overflow in the image domain, but when I tried to crop the input image a bit (about 10 % on the top and right side):
the inpainting worked again:
Could be some overflow in the frequency domain or am I just doing something wrong? Thank you for your response.
The text was updated successfully, but these errors were encountered: