Settings

Theme

Show HN: PyInpaint, a lightweight image inpainting tool written in Python

github.com

20 points by amitoz_azad 4 years ago · 3 comments · 1 min read

Reader

- A simple and effective tool to remove scratches, bruises and small holes on images.

- Basically it does the job by doing Dirichlet interpolation on a non-local graph created using images.

- Could be easy integrated at the backend for fask or django projects related to image processing.

skanga 4 years ago

It would be nice if the description included the definition of "inpainting" for those who don't know ...

amitoz_azadOP 4 years ago

Inpainting is a process of image restoration, the idea is to fill the damage, deteriorated or missing part of an image to present a complete image. It can also be used to remove unwanted parts in an image.

Deep learning based approaches use GANs to inpaint. This requires significant amount of training. The proposed tool quickly inpaints by solving a PDE on graphs.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection