Skip to content

Commit

Permalink
[nodes] Update labels for nodes
Browse files Browse the repository at this point in the history
Co-authored-by: Candice Bentéjac <candice.bentejac@gmail.com>
  • Loading branch information
cbentejac committed Jan 17, 2025
1 parent 6f254eb commit 31fe07d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meshroom/nodes/aliceVision/ExportMatches.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ class ExportMatches(desc.AVCommandLineNode):
),
desc.File(
name="filterA",
label="filter A",
label="Filter A",
description="One item of the pair must match this.",
value="",
),
desc.File(
name="filterB",
label="filter B",
label="Filter B",
description="One item of the pair must match this.",
value="",
),
Expand Down
4 changes: 2 additions & 2 deletions meshroom/nodes/aliceVision/RelativePoseEstimating.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ class RelativePoseEstimating(desc.AVCommandLineNode):
),
desc.IntParam(
name="countIterations",
label="Ransac max iterations",
label="Ransac Max Iterations",
description="Maximal number of iterations.",
value=1024,
range=(1024, 500000, 1),
advanced=True,
),
desc.IntParam(
name="minInliers",
label="Ransac min inliers",
label="Ransac Min Inliers",
description="Minimal allowed inliers in two view relationship.",
value=35,
range=(1, 1000, 1),
Expand Down

0 comments on commit 31fe07d

Please sign in to comment.