-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hello @ZQPei and @zvezdochiot Thank you for your work!
I wonder if is it possible to improve results of deep learning approach with patch-match algorithm. It seems to me neural network should better understand the content of a gap in image. Unfortunately methods that we have tried output quite blurred texture. In contrast patch match is good at giving sharp textures.
How do you think will patchmatch work on neural network output? And where should I start in order to modify the code to take not only neighbour pixels but also pixels under the mask?
Here are some examples where neural network could improve in-painting results:
left – original; center – neural network; right – patchmatch (this repo);

notice border of column

deformation of road

smth brown in the water and creepy copy of the guy's hand
Thank you in advance for any help and thoughts!