Skip to content

Commit

Permalink
Merge pull request #1874 from alicevision/fix/cameraInitVersion
Browse files Browse the repository at this point in the history
[nodes] CameraInit: upgrade version following the parameters changes
  • Loading branch information
fabiencastan authored Jan 22, 2023
2 parents d18e839 + d3ab9b5 commit 2d5c69e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/CameraInit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "8.0"
__version__ = "9.0"

import os
import json
Expand Down
4 changes: 2 additions & 2 deletions meshroom/pipelines/cameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ExportAnimatedCamera": "2.0",
"FeatureMatching": "2.0",
"DistortionCalibration": "2.0",
"CameraInit": "8.0",
"CameraInit": "9.0",
"ImageMatching": "2.0",
"FeatureExtraction": "1.1",
"StructureFromMotion": "2.0"
Expand Down Expand Up @@ -101,4 +101,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions meshroom/pipelines/panoramaFisheyeHdr.mg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"LdrToHdrCalibration": "3.0",
"LdrToHdrSampling": "4.0",
"PanoramaInit": "2.0",
"CameraInit": "8.0",
"CameraInit": "9.0",
"SfMTransform": "3.0",
"PanoramaMerging": "1.0",
"ImageMatching": "2.0",
Expand Down Expand Up @@ -232,4 +232,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions meshroom/pipelines/panoramaHdr.mg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"LdrToHdrCalibration": "3.0",
"LdrToHdrSampling": "4.0",
"PanoramaInit": "2.0",
"CameraInit": "8.0",
"CameraInit": "9.0",
"SfMTransform": "3.0",
"PanoramaMerging": "1.0",
"ImageMatching": "2.0",
Expand Down Expand Up @@ -227,4 +227,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions meshroom/pipelines/photogrammetry.mg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"PrepareDenseScene": "3.0",
"DepthMap": "2.0",
"StructureFromMotion": "2.0",
"CameraInit": "8.0",
"CameraInit": "9.0",
"ImageMatching": "2.0",
"FeatureExtraction": "1.1",
"Meshing": "7.0",
Expand Down Expand Up @@ -144,4 +144,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions meshroom/pipelines/photogrammetryAndCameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ExportAnimatedCamera": "2.0",
"FeatureMatching": "2.0",
"DistortionCalibration": "2.0",
"CameraInit": "8.0",
"CameraInit": "9.0",
"ImageMatchingMultiSfM": "1.0",
"ImageMatching": "2.0",
"FeatureExtraction": "1.1",
Expand Down Expand Up @@ -163,4 +163,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions meshroom/pipelines/photogrammetryDraft.mg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"MeshFiltering": "3.0",
"Texturing": "6.0",
"StructureFromMotion": "2.0",
"CameraInit": "8.0",
"CameraInit": "9.0",
"ImageMatching": "2.0",
"FeatureExtraction": "1.1",
"Meshing": "7.0"
Expand Down Expand Up @@ -106,4 +106,4 @@
]
}
}
}
}

0 comments on commit 2d5c69e

Please sign in to comment.