AIBluefisher / DAGSfM

Distributed and Graph-based Structure from Motion. This project includes the official implementation of our Pattern Recognition 2020 paper: Graph-Based Parallel Large Scale Structure from Motion.
https://aibluefisher.github.io/GraphSfM/
BSD 3-Clause "New" or "Revised" License
402 stars 86 forks source link

issue of the workflow for similarity graph build and featrue extraction #55

Open json87 opened 2 years ago

json87 commented 2 years ago

Hi, thanks for providing the toolkit. I find that the workflow for similarity graph build and feature extraction is not correct as features are required for vocabulary tree-based image retrieval. When the database is empty, the step 1 does nothing.

image

AIBluefisher commented 2 years ago

Yes, you're right. If we use the internal similarity computation method, we must perform feature extraction first.