Show HN: PyInpaint, a lightweight image inpainting tool written in Python (github.com)
- 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.
3 comments
[ 2.8 ms ] story [ 15.8 ms ] threadDeep learning based approaches use GANs to inpaint. This requires significant amount of training. The proposed tool quickly inpaints by solving a PDE on graphs.