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

Move the COLMAP .bin files to the top level SfM directory #76

Merged
merged 5 commits into from
Jul 17, 2021
Merged

Conversation

sarlinpe
Copy link
Member

Currently, the triangulation creates COLMAP files in $sfm_dir/model/ and the reconstruction in $sfm_dir/models/0/. This PR moves the final SfM files to $sfm_dir. This simplifies the top-level code and improves its clarity, but certainly breaks existing pipelines, although this can be very easily fixed. Without a better solution, I will merge this PR into dev.

@sarlinpe sarlinpe merged commit c9eb9fb into dev Jul 17, 2021
@sarlinpe sarlinpe mentioned this pull request Jul 17, 2021
Merged
sarlinpe pushed a commit that referenced this pull request Jul 17, 2021
- **[BREAKING]** improved structure of the SfM folders (triangulation and reconstruction), see [#76](#76)
- Support for image retrieval (NetVLAD, DIR) and more local features (SIFT, R2D2)
- Support for more datasets: Aachen v1.1, Extended CMU Seasons, RobotCar Seasons, 4Seasons, Cambridge Landmarks, 7-Scenes
- Simplified pipeline and API
- Spatial matcher
- Support for arbitrary paths of features and matches
- Support for matching multiple feature files together
@sarlinpe sarlinpe deleted the sfm-files branch July 17, 2021 01:08
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