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 2416407
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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
6 changes: 2 additions & 4 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 Expand Up @@ -106,7 +106,6 @@
],
"inputs": {
"input": "{TracksBuilding_1.input}",
"featuresFolders": "{TracksBuilding_1.featuresFolders}",
"tracksFilename": "{TracksBuilding_1.output}",
"enforcePureRotation": true
},
Expand All @@ -122,7 +121,6 @@
],
"inputs": {
"input": "{RelativePoseEstimating_1.input}",
"featuresFolders": "{RelativePoseEstimating_1.featuresFolders}",
"tracksFilename": "{RelativePoseEstimating_1.tracksFilename}",
"pairs": "{RelativePoseEstimating_1.output}"
},
Expand Down
6 changes: 2 additions & 4 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 Expand Up @@ -102,7 +102,6 @@
],
"inputs": {
"input": "{TracksBuilding_1.input}",
"featuresFolders": "{TracksBuilding_1.featuresFolders}",
"tracksFilename": "{TracksBuilding_1.output}",
"enforcePureRotation": true
},
Expand All @@ -118,7 +117,6 @@
],
"inputs": {
"input": "{RelativePoseEstimating_1.input}",
"featuresFolders": "{RelativePoseEstimating_1.featuresFolders}",
"tracksFilename": "{RelativePoseEstimating_1.tracksFilename}",
"pairs": "{RelativePoseEstimating_1.output}"
},
Expand Down

0 comments on commit 2416407

Please sign in to comment.