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.pyInstall python package
pip3 install -e .Then
python3 example/client.pyThe following code may reproduce the video above in the readme:
python3 example/interactive_client.py