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
Running OpenSfM on a cluster computer setup #646
Comments
|
You can certainly run After you've extracted the metadata, create the submodels and run feature extraction / matching on the separate machines. |
|
so Can you do matching between each submodel (eg: A->B, A->C, B->C)? |
|
On separate machines, no. If you do matching on separate machines, matches will only be local to the submodel being processed. Finally, alignment is done using a rigid transformation, so there's no global match (technically speaking), but the models will be globally aligned at the end of the process (if that was your question?) |
|
@pierotofy So are you saying the alignment step will still work even though there was no global matching? If so, whats the point in the global matching in this type of processing |
|
You can perform the reconstruction step for submodels, without needing to compute (redundant) matches for the submodels separately. |
I am thinking of build my own cluster computer setup
I am wondering if OpenSfM can be used on a cluster computer setup
i've read https://opensfm.readthedocs.io/en/latest/large.html
but the match_features is the slowest part, so I was think can I running this step of a group computer to speed it up?
The text was updated successfully, but these errors were encountered: