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

can I use this algorithm to get the similarity score of two pictures? #100

Open
WangQvQ opened this issue Jan 9, 2024 · 1 comment
Open

Comments

@WangQvQ
Copy link

WangQvQ commented Jan 9, 2024

Hello, thank you for your code, can I use this algorithm to get the similarity score of two pictures? Or, if I want to use this algorithm to get a similarity score for two images, what do I do?

@Phil26AT
Copy link
Collaborator

Hi @WangQvQ, I do not fully understand what you mean with similarity score (semantically similar, exactly the same image, how much the images overlap, ...), but I do not think LightGlue is the right method for this unless you are interested in visual overlap (in this case you could compute the bounding box like in #91). Otherwise image retrieval might be what you are looking for. One good method is EigenPlaces.

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

2 participants