-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[nodes] new SfMTriangulation node #1842
Conversation
When testing this node it kept failing with the following error: |
2403666
to
57269c8
Compare
Tested on 3 datasets by using the output of the
I also ran the following sanity check: when using an |
57269c8
to
0abd8f6
Compare
Tested on windows, seems to work as intended. |
It would be good to also add a node for https://github.com/alicevision/AliceVision/blob/develop/src/software/pipeline/main_computeStructureFromKnownPoses.cpp |
After checking, no need to integrate computeStructureFromKnownPoses, already possible with FeatureMatching+Triangulation. |
Description
Adds a main that is essentially the triangulation step from the sequential SfM.
AliceVision PR: alicevision/AliceVision#1314
Features list
This allows to run the triangulation without going into the sfm step.