GouravWadhwa / Hypergraphs-Image-Inpainting

(WACV 2021) Hyperrealistic Image Inpainting with Hypergraphs
90 stars 15 forks source link

Can I test an image without a mask? #16

Closed yc-cui closed 1 year ago

yc-cui commented 2 years ago

I mean, in real life, we just have a damaged picture. How can I inpaint it when I don't have a mask? Is there any algorithm that detects the mask automatically?

GouravWadhwa commented 2 years ago

Currently, for this method, this is not possible. But if you can share a damaged image we can think about generating a mask from the image and then using this method. Basically, this method can easily be extended if we can somehow generate the mask.

yc-cui commented 2 years ago

Currently, for this method, this is not possible. But if you can share a damaged image we can think about generating a mask from the image and then using this method. Basically, this method can easily be extended if we can somehow generate the mask.

Thank you for your reply. However, I have no idea how to generate the mask.