Skip to content

IsHYuhi/Image_Inpainting_Using_Partial_Convolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Inpainting using Partial Convolutions with PyTorch

this repository is unofficial implementation of Image Inpainting for Irregular Holes Using Partial Convolutions [Liu+, ECCV 2018].

Official implementation is here.

Requirements

  • Python3.x
  • PyTorch 1.5.0
  • pillow
  • matplotlib

Usage

  • set images under ./img and mask images under ./mask. Then,
python3 train.py

References

Releases

No releases published

Packages

No packages published

Languages