Skip to content

Inpainting failing for a particular texture #13

@PetrVevoda

Description

@PetrVevoda

Dear authors,

I tried your Colab demo and ran into a problem. When I tried to inpaint the following image:
texture_dark
with this mask:
texture_dark_mask
I got quite a good result:
texture_dark_inpainted

However, if I just made the input image brighter (multiplied pixel values by 2):
texture_bright
the inpainting (with the same mask) failed:
texture_bright_inpainted

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):
texture_bright_crop
the inpainting worked again:
texture_bright_crop_inpaint

Could be some overflow in the frequency domain or am I just doing something wrong? Thank you for your response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions