minimaxir / person-blocker

Automatically "block" people in images (like Black Mirror) using a pretrained neural network.
Other
2.02k stars 215 forks source link

Content aware fill? #4

Open lukestanley opened 6 years ago

lukestanley commented 6 years ago

Something like this could be cool: https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_photo/py_inpainting/py_inpainting.html

minimaxir commented 6 years ago

A number of comments on Twitter suggested using a GAN for inpainting (since we're in NN territory anyways), although this would require controlling for class within the GAN as well which makes it a little more difficult.