zavolokas / Inpainting

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.
MIT License
367 stars 47 forks source link

Models? #49

Open zigomi opened 10 months ago

zigomi commented 10 months ago

How does it work: does it uses pretrained models? If so, where are they? I haven't found them. Or does it make http requests to an external API?

scribblemaniac commented 10 months ago

The readme mentions that this application uses the PatchMatch algorithm. As I understand, it does not need training, a model, or an external API. The infill data comes from other parts of the image (or a separate image in some implementations).