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

Global SfM available? #47

Closed rann1018 closed 3 years ago

rann1018 commented 3 years ago

Hi @AIBluefisher ,

Thanks for your good. work to improve speed of SfM. I notice you have implemented global SfM ChangeLog.

Will you release the code in the future?

Thanks a lot for your help.

AIBluefisher commented 3 years ago

The core modules of global SfM are rotation averaging and translation averaging, this project only contains the implementation of rotation averaging solvers. I would like to make the global SfM method available in the future, but I'm busy with something else right now. One of my other projects gives the implementation of translation averaging solvers, you can also try it: GraphOptim

rann1018 commented 3 years ago

Thanks a lot for your help. Looking forward for your future work and congratulations for your CVPR2021!