Skip to content

b4shy/FacialInpainting

Repository files navigation

FacialInpainting

Deep Learning based inpainting on (human) faces. Based on

  • Guilin Liu, Fitsum A. Reda, Kevin J. Shih, Ting-Chun Wang, Andrew Tao: “Image Inpainting for Irregular Holes Using Partial Convolutions”, 2018; arXiv:1804.07723.

Master: CircleCI

Dev: CircleCI


Install dependencies (Python 3.7 required) via:

pipenv install 
pipenv shell

Start the server backend via:

# make sure to adjust the config if necessary
python run.py

Start the UI at localhost port 3000:

# install via npm install
cd src/ui
npm start

Please refer to the /src/ui/readme.md file for production builds.

About

Deep Learning based inpainting on faces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published