Skip to content

HiroIshida/inpaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inpaint

A wrapper of https://github.com/satoshiiizuka/siggraph2017_inpainting

result_inpaint_4x.mp4

run server

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

run client (not interactive)

Install python package

pip3 install -e .

Then

python3 example/client.py

out

run client (interactive)

The following code may reproduce the video above in the readme:

python3 example/interactive_client.py