Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pairs_from_sequential.py script for creating image pairs #340

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pablovela5620
Copy link

I noticed when using HLoc in nerfstudio that when choosing sequential it defaulted to vocab_tree. I added the sequential option for faster reconstruction when using a sequence of images or video. Here is the comparison I did using this version of Hloc with nerfstudio

I opened up this issue #339 but found this repo that has already implemented it. So full credit to @hugoycj for implementing

hloc-seq-lightglue

  • Sequential takes around 10 minutes (on a 1080ti)

hloc-vocab-lightglue

  • Vocab tree takes around 18 minutes (again on a 1080ti)

Running Gaussian-splatting on both for 10k iterations on nerfstudio leads to very similar metrics (for the poster scene in the nerfustdio dataset)
gaussian-splat-metrics

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

Successfully merging this pull request may close these issues.

1 participant