Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

SIFT scores from VLFeat #8

Open
mihaidusmanu opened this issue Jun 9, 2021 · 1 comment
Open

SIFT scores from VLFeat #8

mihaidusmanu opened this issue Jun 9, 2021 · 1 comment

Comments

@mihaidusmanu
Copy link
Collaborator

There is no easy way to get detection scores out of VLFeat. The current approach is very hacky and bug-prone as I recover the scores directly from the DoG pyramid. The following line should be thoroughly verified.

https://github.com/mihaidusmanu/pycolmap/blob/61fbe2748a15717fcbeaee717fb5a1405f978c34/sift.cc#L102

@ahojnnes
Copy link
Contributor

How about making this change inside COLMAP? We can extend the FeatureKeypoint struct with a score and also extend the SQLite database schema with an extra column.

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

No branches or pull requests

2 participants