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

MultiviewStereoCL fails with StructureFromMotion #20

Closed
wilecoyote2015 opened this issue Nov 21, 2021 · 2 comments
Closed

MultiviewStereoCL fails with StructureFromMotion #20

wilecoyote2015 opened this issue Nov 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@wilecoyote2015
Copy link

I have constructed a Pipeline using the native StructureFromMotion (non-CL) connected to MultiviewStereoCL.
The motivation is that the StructureFromMotionCL node did not perfom well on feature extraction and matching for my dataset, so that I need the options from the native FeatureExtraction and FeatureMatching nodes.

However, the MultiViewStereoCL node fails with the following error:

ERROR:root:Error on node computation: Error on node "MultiviewStereoCL_1":
Log:
[option_manager.cc:761] Check failed: ExistsDir(*image_path)
ERROR: Invalid options provided.

The Graph file is attached.
mg_bug.zip

@revisionarian
Copy link
Contributor

Thanks for reporting this bug, @wilecoyote2015. We have been able to replicate the same problem, and will see if we can provide a fix for this.

We are also very interested in the nature of your image dataset, which performs better with the Meshroom SfM nodes than with MeshroomCL's StructureFromMotionCL node. Is there any chance that we could get access to your images (or a subset of them) in order for us to study where MeshroomCL SfM is falling short?

@revisionarian revisionarian added the bug Something isn't working label Nov 23, 2021
@revisionarian
Copy link
Contributor

Hi @wilecoyote2015, the bug that you reported has been fixed in the latest release of MeshroomCL (version 0.8.0). We added an option under the File → New Pipeline menu that will instantiate a photogrammetry pipeline with the original Meshroom (non-CL) StructureFromMotion node connected to the MultiviewStereoCL node.

Thanks for your interest, and let us know if you have any more problems!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants