Ways to apply the masking are in inpainting/datasets.py
pip install -r requirements
May change the path to dataset, pre-trained models as well as the architecture of models to the one you want to.
python image_inpainting.py
May change the path to dataset, pre-trained models as well as the architecture of models to the one you want to.
python main.py
Parts of this code borrows from kentsyx and eriklindernoren repositories.