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
395 stars 84 forks source link

The number of registered images is too few #66

Closed adskjldjlska closed 6 months ago

adskjldjlska commented 6 months ago

Input 1106 images and divide them into 10 clusters. In the end, there are only more than 600 registered images. However, in Openmvg, 1100 images can be registered regardless of the global method or the incremental method. What is the reason?