Skip to content
/ PEN-Net Public

Reproducing "Learning Pyramid-Context Encoder Network for High-Quality Image Inpainting" of CVPR 2019 by tensorflow

License

Notifications You must be signed in to change notification settings

sfwyly/PEN-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PEN-Net

Reproducing "Learning Pyramid-Context Encoder Network for High-Quality Image Inpainting" of CVPR 2019 by tensorflow

Environmental Requirements

  • tensorflow 2.0

Using

train

python run.py /root/image_root_path/ /root/mask_root_path

test

python test.py /root/image_root_path/ /root/mask_root_path

All parameters are set in config.py.

Details

The main innovation of this paper lies in the feature filling from the characteristics of the upper layer to the lower layer.

About

Reproducing "Learning Pyramid-Context Encoder Network for High-Quality Image Inpainting" of CVPR 2019 by tensorflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages