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

Question about forward matching. #8

Open
needsee opened this issue Aug 22, 2023 · 1 comment
Open

Question about forward matching. #8

needsee opened this issue Aug 22, 2023 · 1 comment

Comments

@needsee
Copy link

needsee commented Aug 22, 2023

Congratulation for your great work!
I have several questions about bidirectional matching:
1、How do you perform bipartite matching between the points on the reference mask Pr and the patch-level features of target image Zt. As the dimension of the reference mask is 3256192 and the dimension of the patch feature is 7681612.
2、How to solve the problem of having more points than patch features(192 patch) using bipartite matching in forward matching? The number of Pr is much greater than the number of patch feature, how to evaluate the similarity of the Pr and Zt?
3、Could you elaborate on the implementation process and implementation details of forward matching or the bidirectional matching?

@needsee
Copy link
Author

needsee commented Aug 22, 2023

As the dimension of the reference mask is 3x256x192 and the dimension of the patch feature is 768x16x12.

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