Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 334 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 334 Bytes

An Image Inpainting Pipeline

This project includes data preparation, augmentation and model training from start to finish. The model is based on a simple CNN with skip connections. See: https://arxiv.org/abs/1608.06993 for infos. This project was carried out as a part of the SS 2022 lecture Programming in Python 2 at JKU Linz.