mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-29 06:27:35 +02:00
Upgrade nodes versions
This commit is contained in:
parent
97fe4da9c3
commit
2295adb004
14 changed files with 18 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "9.0"
|
__version__ = "10.0"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '3.0'
|
__version__ = '4.0'
|
||||||
|
|
||||||
from meshroom.core import desc
|
from meshroom.core import desc
|
||||||
from meshroom.core.utils import VERBOSE_LEVEL
|
from meshroom.core.utils import VERBOSE_LEVEL
|
||||||
|
|
|
@ -23,13 +23,13 @@
|
||||||
"DepthMap": "5.0",
|
"DepthMap": "5.0",
|
||||||
"SfMTransfer": "2.1",
|
"SfMTransfer": "2.1",
|
||||||
"StructureFromMotion": "3.3",
|
"StructureFromMotion": "3.3",
|
||||||
"DistortionCalibration": "3.0",
|
"DistortionCalibration": "4.0",
|
||||||
"SfMTriangulation": "1.0",
|
"SfMTriangulation": "1.0",
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"ScenePreview": "2.0",
|
"ScenePreview": "2.0",
|
||||||
"ImageSegmentation": "1.2",
|
"ImageSegmentation": "1.2",
|
||||||
"FeatureExtraction": "1.3",
|
"FeatureExtraction": "1.3",
|
||||||
"CameraInit": "9.0"
|
"CameraInit": "10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"ScenePreview": "2.0",
|
"ScenePreview": "2.0",
|
||||||
"ImageSegmentation": "1.2",
|
"ImageSegmentation": "1.2",
|
||||||
"FeatureExtraction": "1.3",
|
"FeatureExtraction": "1.3",
|
||||||
"CameraInit": "9.0"
|
"CameraInit": "10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
"template": true,
|
"template": true,
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"ExportDistortion": "1.0",
|
"ExportDistortion": "1.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"CheckerboardDetection": "1.0",
|
"CheckerboardDetection": "1.0",
|
||||||
"DistortionCalibration": "3.0",
|
"DistortionCalibration": "4.0",
|
||||||
"Publish": "1.3"
|
"Publish": "1.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"LdrToHdrMerge": "4.1",
|
"LdrToHdrMerge": "4.1",
|
||||||
"LdrToHdrCalibration": "3.1",
|
"LdrToHdrCalibration": "3.1",
|
||||||
"LdrToHdrSampling": "4.0",
|
"LdrToHdrSampling": "4.0",
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
"CheckerboardDetection": "1.0",
|
"CheckerboardDetection": "1.0",
|
||||||
"ApplyCalibration": "1.0",
|
"ApplyCalibration": "1.0",
|
||||||
"ImageMatching": "2.0",
|
"ImageMatching": "2.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"DistortionCalibration": "3.0",
|
"DistortionCalibration": "4.0",
|
||||||
"ImageSegmentation": "1.2",
|
"ImageSegmentation": "1.2",
|
||||||
"RelativePoseEstimating": "1.0",
|
"RelativePoseEstimating": "1.0",
|
||||||
"FeatureExtraction": "1.3",
|
"FeatureExtraction": "1.3",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"ScenePreview": "2.0",
|
"ScenePreview": "2.0",
|
||||||
"ConvertSfMFormat": "2.0",
|
"ConvertSfMFormat": "2.0",
|
||||||
"ImageMatching": "2.0",
|
"ImageMatching": "2.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"ImageSegmentation": "1.2",
|
"ImageSegmentation": "1.2",
|
||||||
"RelativePoseEstimating": "1.0",
|
"RelativePoseEstimating": "1.0",
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"ImageMatching": "2.0",
|
"ImageMatching": "2.0",
|
||||||
"LdrToHdrMerge": "4.1",
|
"LdrToHdrMerge": "4.1",
|
||||||
"CameraInit": "9.0"
|
"CameraInit": "10.0"
|
||||||
},
|
},
|
||||||
"releaseVersion": "2024.1.0-develop",
|
"releaseVersion": "2024.1.0-develop",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"PanoramaMerging": "1.0",
|
"PanoramaMerging": "1.0",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"PanoramaEstimation": "1.0",
|
"PanoramaEstimation": "1.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"LdrToHdrCalibration": "3.1",
|
"LdrToHdrCalibration": "3.1",
|
||||||
"ImageMatching": "2.0",
|
"ImageMatching": "2.0",
|
||||||
"LdrToHdrSampling": "4.0",
|
"LdrToHdrSampling": "4.0",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"DepthMap": "5.0",
|
"DepthMap": "5.0",
|
||||||
"Meshing": "7.0",
|
"Meshing": "7.0",
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"Texturing": "6.0",
|
"Texturing": "6.0",
|
||||||
"PrepareDenseScene": "3.1",
|
"PrepareDenseScene": "3.1",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
"ConvertSfMFormat": "2.0",
|
"ConvertSfMFormat": "2.0",
|
||||||
"DepthMap": "5.0",
|
"DepthMap": "5.0",
|
||||||
"StructureFromMotion": "3.3",
|
"StructureFromMotion": "3.3",
|
||||||
"DistortionCalibration": "3.0",
|
"DistortionCalibration": "4.0",
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"ScenePreview": "2.0",
|
"ScenePreview": "2.0",
|
||||||
"ImageSegmentation": "1.2",
|
"ImageSegmentation": "1.2",
|
||||||
"FeatureExtraction": "1.3",
|
"FeatureExtraction": "1.3",
|
||||||
"CameraInit": "9.0"
|
"CameraInit": "10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"StructureFromMotion": "3.3",
|
"StructureFromMotion": "3.3",
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"Meshing": "7.0",
|
"Meshing": "7.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"Texturing": "6.0",
|
"Texturing": "6.0",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"MeshFiltering": "3.0",
|
"MeshFiltering": "3.0",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"template": true,
|
"template": true,
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"PhotometricStereo": "1.0",
|
"PhotometricStereo": "1.0",
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "10.0",
|
||||||
"SphereDetection": "1.0",
|
"SphereDetection": "1.0",
|
||||||
"LightingCalibration": "1.0",
|
"LightingCalibration": "1.0",
|
||||||
"Publish": "1.3"
|
"Publish": "1.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue