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

The reconstruction time in "Graph-Based Parallel Large Scale Structure from Motion" #39

Closed Yzhbuaa closed 3 years ago

Yzhbuaa commented 3 years ago

@AIBluefisher. Hello, What does the reconstruction time mean in your paper "Graph-Based Parallel Large Scale Structure from Motion"? Does it include the time of feature extraction, feature matching, image clustering, local incremental SfM and final global bundle adjustment? Thank you!

AIBluefisher commented 3 years ago

Feature extraction and matching time are simply ignored in our paper.

Yzhbuaa commented 3 years ago

Thank you!