You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use this repo and the webUI to match between photographs of people. How can I get a single confidence score or matching score? I am also unsure if this repo is useful for profile photo matching.
📎 Additional context
The Match Info and Matches Statistics sections of the webUI do not provide a final single score that I need.
E.g.
{"num_raw_matches": 217, "num_ransac_matches": 190 }
The text was updated successfully, but these errors were encountered:
From the information you provided, you can calculate the average match score from feature points, such as those provided by SuperGlue or other nn matches.
Checklist
issues
]❓ Question
I am attempting to use this repo and the webUI to match between photographs of people. How can I get a single confidence score or matching score? I am also unsure if this repo is useful for profile photo matching.
📎 Additional context
The Match Info and Matches Statistics sections of the webUI do not provide a final single score that I need.
E.g.
{"num_raw_matches": 217, "num_ransac_matches": 190 }
The text was updated successfully, but these errors were encountered: