Trying to perform image inpainting using deep learning methods
Places2 Due to enormous size of the dataset we chose to only operate on subset of it. Selected categories: campus, lawn, house, hotel-outdoor, park, sky, residential_neighborhood, highway, driveway
Build docker image:
docker build -t inpainting .
Run docker container:
docker run -p 7860:7860 inpainting
Go to http://localhost:7860