A wrapper of https://github.com/satoshiiizuka/siggraph2017_inpainting
result_inpaint_4x.mp4
Recommendation is running server is in docker. So,
docker build --no-cache -t inpaint .
Then,
docker run --rm --net=host -it --gpus all inpaint:latest python3 inpaint/example/server.py
Install python package
pip3 install -e .
Then
python3 example/client.py
The following code may reproduce the video above in the readme:
python3 example/interactive_client.py