A Python implementation of Region Filling and Object Removal by Exemplar-Based Image Inpainting.
Python3 install requirements.
pip install -r requirements.txt
python src/main.py <path-to-image> <path-to-mask> [optional-args]
use python src/main.py --help
to see optional arguments.