shinseung428 / GlobalLocalImageCompletion_TF

Globally and Locally Consistent Image Completion
MIT License
217 stars 62 forks source link

post-processing #11

Open skdingding opened 5 years ago

skdingding commented 5 years ago

hi,i read your paper,there is a post-processing method after output,but i don't find it in your code.could you give it to me or help me find it?

shinseung428 commented 5 years ago

There's no post-processing code in the repository. The author states that they used fast matching method followed by Poisson image blending. I'm guessing there should be an implementation of each method online. If you can't find the code for post-processing, perhaps you could read the referenced paper and implement it by yourself. :)