Want to remove something(someone) from a photo as it never was there? This is .NET implementation of content-aware fill. It smartly fills in unwanted or missing areas of photographs.
Hello @zavolokas
I tried to run docker on my computer(Windows 10) with the command docker run -p 5000:80 -it --rm zavolokas/inpainter:latest
But It is failed with the message:
docker run -p 5000:80 -it --rm zavolokas/inpainter:latest
Unable to find image 'zavolokas/inpainter:latest' locally
latest: Pulling from zavolokas/inpainter
docker: image operating system "linux" cannot be used on this platform.
See 'docker run --help'.
Hello @zavolokas I tried to run docker on my computer(Windows 10) with the command
docker run -p 5000:80 -it --rm zavolokas/inpainter:latest
But It is failed with the message:How I can resolve the problem? Thank you