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

[bin] meshroom_batch: allow passing list of values to param overrides #1811

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

mugulmd
Copy link
Contributor

@mugulmd mugulmd commented Oct 31, 2022

Description

Fix #1797

Currently it is not possible to pass a list of values with the --paramOverrides argument of meshroom_batch, which is problematic when overriding non-exclusive choice parameters, such as FeatureExtraction:describerTypes.

This PR provides the following mechanism to fix this issue: if the input string contains at least one comma it will be interpreted as a list of values (split around the commas), otherwise it will be interpreted as a single value.

@mugulmd mugulmd self-assigned this Oct 31, 2022
bin/meshroom_batch Outdated Show resolved Hide resolved
@fabiencastan fabiencastan added this to the Meshroom 2022.1.0 milestone Nov 17, 2022
@fabiencastan fabiencastan merged commit 8e9128b into develop Nov 17, 2022
@fabiencastan fabiencastan deleted the lv/paramOverrideList branch November 17, 2022 19:20
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.

meshroom_batch change FeatureExtraction:describerTypes syntax
2 participants