advimman / lama

🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
https://advimman.github.io/lama-project/
Apache License 2.0
7.62k stars 821 forks source link

Repeated Refinement? #307

Open jwahnn opened 3 months ago

jwahnn commented 3 months ago

Like others have proposed, it seems like the model fails to accurately refine the image in some cases, leaving edges for example. In this case, is it somehow possible to refine the same area multiple times? My attempt at it simply made it regenerate an object with a shape of the mask that I provide, but I just want to continue to refine it until that area perfectly, or at least reasonably, blends with the nearby background.