Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.03 KB

Image Inpainting

This is my implementation of Image Inpainting for Irregular Holes Using Partial Convolutions with slight differences.

Results

Here are the results of training for about 2 epochs on ImageNet.

Draw your mask and test the model by yourself: Open In Colab

Inpainting example Inpainting example Inpainting example

Training

The model was trained on ImageNet dataset on 256x256 images.

For training I generate irregular masks with random walk and they look like this:

Mask examples

Training notebook: Open In Colab