项目作者: IsHYuhi

项目描述 :
Unofficial implementation of ''Partial Convolutions'' with PyTorch
高级语言: Python
项目地址: git://github.com/IsHYuhi/Image_Inpainting_Using_Partial_Convolutions.git


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,
    1. python3 train.py

References