Skip to content

Commit

Permalink
Upgrade nodes versions
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed May 21, 2024
1 parent e1c9888 commit f0996c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/NodalSfM.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0"
__version__ = "2.0"

from meshroom.core import desc
from meshroom.core.utils import DESCRIBER_TYPES, VERBOSE_LEVEL
Expand Down
4 changes: 2 additions & 2 deletions meshroom/pipelines/nodalCameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"Publish": "1.3",
"DistortionCalibration": "4.0",
"ImageSegmentation": "1.2",
"RelativePoseEstimating": "1.0",
"RelativePoseEstimating": "2.0",
"FeatureExtraction": "1.3",
"NodalSfM": "1.0",
"NodalSfM": "2.0",
"TracksBuilding": "1.0"
}
},
Expand Down
4 changes: 2 additions & 2 deletions meshroom/pipelines/nodalCameraTrackingWithoutCalibration.mg
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"CameraInit": "10.0",
"Publish": "1.3",
"ImageSegmentation": "1.2",
"RelativePoseEstimating": "1.0",
"RelativePoseEstimating": "2.0",
"FeatureExtraction": "1.3",
"NodalSfM": "1.0",
"NodalSfM": "2.0",
"TracksBuilding": "1.0"
}
},
Expand Down

0 comments on commit f0996c6

Please sign in to comment.