Skip to content
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

about the radius=5 #15

Open
bio-mlhui opened this issue Feb 8, 2024 · 0 comments
Open

about the radius=5 #15

bio-mlhui opened this issue Feb 8, 2024 · 0 comments

Comments

@bio-mlhui
Copy link

bio-mlhui commented Feb 8, 2024

Thanks for your time. I want to know how you set the radius=5. The get_neighbor_images_patch_color_similarity(image_t, image_t+1, kernel=3, di=3) function seems to compute patch similarity of one pixel on image_t+1 to the corresponding image_t patch with radius of 3 (9 pixels). Then, during matching, the topk_mask function computes the top 5 of these 9 pixels. But according to the Implementation details, it seems like computing top 5 of 25 pixels. (radius=5, K=5).

Did you achieve a larger radius by using dilated convolution? Or the radius in your paper only means the receptive field of one patch, and only samples 9 pixels around the region for choosing topk?

Looking forward to your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant