PatchMatch icon indicating copy to clipboard operation
PatchMatch copied to clipboard

The algorithm of patch match implemented by python

Results 7 PatchMatch issues
Sort by recently updated
recently updated
newest added

Can you provide its FPS and accuracy metrics, if any?

Hey, I think the implementation of the propagation is wrong. I fixed it and I used numba to speed up the script. It works better and it is much faster...

I get an error for even p_size both on master on for the PR version

I may be wrong but I think the implementation of the propagation is not as in the paper. I did a pull request here : https://github.com/MingtaoGuo/PatchMatch/pull/3

I write your code, and here is the question: as to the paper , should f be the offset map in witch there are relative coordinates between A and B...

What is the license for this code? Can we use this code for commercial use?

How to implement the inpainting function?