I want to remove people from images, but most of the tools require you to draw a mask for the person. Couldn't you use OpenCV or something to detect people and then create the mask automatically? Anything that does this? I tried https://github.com/javirk/Person-remover-partial-convolutions but the results were not good
#Automatic masks for people with inpainting
1 messages · Page 1 of 1 (latest)
I found https://github.com/geekyutao/inpaint-anything so I'm going to give that a shot