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

Bidirectional Matching #3

Open
lzl2040 opened this issue Jun 21, 2023 · 3 comments
Open

Bidirectional Matching #3

lzl2040 opened this issue Jun 21, 2023 · 3 comments

Comments

@lzl2040
Copy link

lzl2040 commented Jun 21, 2023

In forward matching, what is the dimesion of the points on the reference mask Pr? And what does the L means?

@Z-MU-Z
Copy link
Collaborator

Z-MU-Z commented Jun 26, 2023

In forward matching, the dimension of the points in Pr is 2D. That is, each point has x and y coordinates representing its position in the image space and corresponds to a patch-level feature. L represents the total number of points falling on the reference mask.

@YHDang
Copy link

YHDang commented Aug 9, 2023

For forward matching, did you select point features from patch featrues of the reference image to calculate sim(Pr, Zt)?

@yangliu96
Copy link
Collaborator

@YHDang We use all points on the reference mask in the forward matching.

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

4 participants