Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.37 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.37 KB

Image Inpainting Server

The server code for our generative inpainting model. The client code can be found on our inpainting-client repository. It can also be tested online on https://ndarr.github.io/image-inpainting-client/.

Model Architecture

We build the model based on the U-Net architecture by Ronneberger et al. with the alterations suggested by Lui et al.. The model was trained on public domain cat pictures. The model parameter file can be found on Google Drive.

Authors

Acknowledgments