Skip to content

Commit

Permalink
Change labels from node
Browse files Browse the repository at this point in the history
Co-authored-by: Candice Bentéjac <candice.bentejac@gmail.com>
  • Loading branch information
servantftechnicolor and cbentejac authored Jan 17, 2025
1 parent 8d21c7e commit c35d34d
Showing 1 changed file with 2 additions and 2 deletions.
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 c35d34d

Please sign in to comment.