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

When Meshroom photogrammetry omits images, model transformation script fails to produce output #2

Open
orphefs opened this issue May 25, 2021 · 0 comments
Assignees

Comments

@orphefs
Copy link
Contributor

orphefs commented May 25, 2021

Some images may not be used by the Meshroom photogrammetry executable, as they might not contain enough identifiable features. When running the model transformation script, the algorithm will list the computed poses (guessed by Meshroom), and the known poses (the ones provided by the robot) by id. If list sizes do not match, a warning is provided and the script does not run.

A possible fix would be to perform an inner join of the two lists, then proceeding with the transformation.

In some cases that could be problematic, especially if there are not enough poses, so the optimization would converge to a non-optimal transformation.

@orphefs orphefs self-assigned this May 25, 2021
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

No branches or pull requests

1 participant