-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will you provide the top performances model? #1
Comments
Thanks for your interest in our work. The jupyter script contains everything and running it directly gives you the exact same results included in the script (so the figures pasted in the paper). I'd suggest you provide your testing image, the result and filter flow map so that I can help debug. |
@aimerykong , thanks for sharing amazing awesome work . Just a very basic question i had . How is this different from - OpenCv In-painting - does this build upon a Nearest Neighbor algorithm ? https://docs.opencv.org/master/df/d3d/tutorial_py_inpainting.html |
Hi, Rohit,
Thanks for your interest!
You are exactly right in relating our work to nearest neighbor!
Our understanding is that, the filter flow is doing something like fast
nearest neighbor.
Different from nearest neighbor, the model learns to use the pixels and
assign weights to form a weighted sum as the target pixel.
Moreover, by using multigrid (~multiscale), we are able to use pixels in a
larger neighborhood (non-local if one would think).
Regards,
Shu
…On Mon, Apr 20, 2020 at 3:10 AM Rohit Dhankar ***@***.***> wrote:
@aimerykong <https://github.com/aimerykong> , thanks for sharing amazing
awesome work . Just a very basic question i had . How is this different
from - OpenCv In-painting - does this build upon a Nearest Neighbor
algorithm ?
https://docs.opencv.org/master/df/d3d/tutorial_py_inpainting.html
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRJSJF6XQGINEFQZDAMLQDRNPYQFANCNFSM4GIHP7TA>
.
|
Recently, My team try to produce your paper's result by the model you proved(epoch-445.paramOnly) and the code(task01_deblur.ipynb). But the results is not as good as your paper, I wonder if it's something wrong about you code or your model? If so, could you provide the right code? Thanks for your reply.
The text was updated successfully, but these errors were encountered: