Open karolzak opened 1 year ago
Did you figure why it's occurring? Did you decided to blur all the masks before using them in the model?
Did you figure why it's occurring? Did you decided to blur all the masks before using them in the model?
Yes, bluring seems to help for my inputs, so I kept it
Hi!
When I programmatically generate masks for inpainting (with very sharp edges, no blur or smooth transitioning between mask/background) I get slightly worse outputs (visible artifacts) but when I apply Gaussian Blur on these masks, the results are suddenly much better.
Anyone knows where is this coming from?