feat: image-sequence input + reconstruction performance - #19
Open
258014 wants to merge 1 commit into
Open
Conversation
- Add image-folder/image-sequence input alongside the existing video path (frontend folder picker + backend scan/sort/renormalize into work/frames). - Add GLOMAP global mapping (detected at runtime, falls back to incremental). - Add vocab-tree matching / sequential loop detection (runtime-detect, needs a faiss-compatible vocab tree; falls back to exhaustive/sequential otherwise). - Image sequences default to exhaustive matching; bump SIFT max_num_features to 8192 for more stable initial models.
258014
force-pushed
the
feat/input-and-reconstruction-updates
branch
from
August 30, 2026 13:48
cdb8ef1 to
365d303
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
max_num_features=8192(family 自适应)。exhaustive_matcher。global_mapper时先view_graph_calibrator再用global_mapper;不支持则回退增量 mapper。vocab_tree.bin时启用;否则回退 exhaustive / sequential。说明
cargo check、cargo test(56 passed)、前端tsc + vite build、tauri build。feat: add anonymous usage telemetry、feat(preview): show centered camera orbit axis),已解决与上游在commands/mod.rs、pipeline/runner.rs等的冲突;cargo check通过。