mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 21:46:28 +02:00
[pipelines] publish downscaled panorama levels
This commit is contained in:
parent
aaa4896585
commit
0b869ac117
3 changed files with 34 additions and 24 deletions
|
@ -111,4 +111,12 @@ Post process the panorama.
|
||||||
value=desc.Node.internalFolder + "panoramaPreview.jpg",
|
value=desc.Node.internalFolder + "panoramaPreview.jpg",
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
),
|
||||||
|
desc.File(
|
||||||
|
name="downscaledPanoramaLevels",
|
||||||
|
label="Downscaled Panorama Levels",
|
||||||
|
description="Downscaled versions of the generated panorama.",
|
||||||
|
value=desc.Node.internalFolder + "level_*.exr",
|
||||||
|
uid=[],
|
||||||
|
group='',
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"SfMTransform": "3.1",
|
|
||||||
"PanoramaEstimation": "1.0",
|
"PanoramaEstimation": "1.0",
|
||||||
"ImageMatching": "2.0",
|
|
||||||
"PanoramaWarping": "1.1",
|
|
||||||
"PanoramaMerging": "1.0",
|
|
||||||
"PanoramaCompositing": "2.0",
|
|
||||||
"LdrToHdrSampling": "4.0",
|
|
||||||
"PanoramaPrepareImages": "1.1",
|
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"LdrToHdrMerge": "4.1",
|
"PanoramaCompositing": "2.0",
|
||||||
"PanoramaPostProcessing": "2.0",
|
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "9.0",
|
||||||
|
"FeatureExtraction": "1.3",
|
||||||
"LdrToHdrCalibration": "3.0",
|
"LdrToHdrCalibration": "3.0",
|
||||||
|
"PanoramaSeams": "2.0",
|
||||||
|
"PanoramaPostProcessing": "2.0",
|
||||||
|
"LdrToHdrMerge": "4.1",
|
||||||
|
"ImageMatching": "2.0",
|
||||||
|
"PanoramaMerging": "1.0",
|
||||||
|
"PanoramaPrepareImages": "1.1",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"PanoramaInit": "2.0",
|
"PanoramaInit": "2.0",
|
||||||
"FeatureExtraction": "1.3",
|
"PanoramaWarping": "1.1",
|
||||||
"PanoramaSeams": "2.0"
|
"LdrToHdrSampling": "4.0",
|
||||||
|
"SfMTransform": "3.1"
|
||||||
},
|
},
|
||||||
"releaseVersion": "2023.3.0-develop",
|
"releaseVersion": "2023.3.0-develop",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
|
@ -243,7 +243,8 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"{PanoramaPostProcessing_1.outputPanorama}",
|
"{PanoramaPostProcessing_1.outputPanorama}",
|
||||||
"{PanoramaPostProcessing_1.outputPanoramaPreview}"
|
"{PanoramaPostProcessing_1.outputPanoramaPreview}",
|
||||||
|
"{PanoramaPostProcessing_1.downscaledPanoramaLevels}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"SfMTransform": "3.1",
|
|
||||||
"PanoramaEstimation": "1.0",
|
"PanoramaEstimation": "1.0",
|
||||||
"ImageMatching": "2.0",
|
|
||||||
"PanoramaWarping": "1.1",
|
|
||||||
"PanoramaMerging": "1.0",
|
|
||||||
"PanoramaCompositing": "2.0",
|
|
||||||
"LdrToHdrSampling": "4.0",
|
|
||||||
"PanoramaPrepareImages": "1.1",
|
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"LdrToHdrMerge": "4.1",
|
"PanoramaCompositing": "2.0",
|
||||||
"PanoramaPostProcessing": "2.0",
|
|
||||||
"CameraInit": "9.0",
|
"CameraInit": "9.0",
|
||||||
|
"FeatureExtraction": "1.3",
|
||||||
"LdrToHdrCalibration": "3.0",
|
"LdrToHdrCalibration": "3.0",
|
||||||
|
"PanoramaSeams": "2.0",
|
||||||
|
"PanoramaPostProcessing": "2.0",
|
||||||
|
"LdrToHdrMerge": "4.1",
|
||||||
|
"ImageMatching": "2.0",
|
||||||
|
"PanoramaMerging": "1.0",
|
||||||
|
"PanoramaPrepareImages": "1.1",
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"PanoramaInit": "2.0",
|
"PanoramaInit": "2.0",
|
||||||
"FeatureExtraction": "1.3",
|
"PanoramaWarping": "1.1",
|
||||||
"PanoramaSeams": "2.0"
|
"LdrToHdrSampling": "4.0",
|
||||||
|
"SfMTransform": "3.1"
|
||||||
},
|
},
|
||||||
"releaseVersion": "2023.3.0-develop",
|
"releaseVersion": "2023.3.0-develop",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
|
@ -237,7 +237,8 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"{PanoramaPostProcessing_1.outputPanorama}",
|
"{PanoramaPostProcessing_1.outputPanorama}",
|
||||||
"{PanoramaPostProcessing_1.outputPanoramaPreview}"
|
"{PanoramaPostProcessing_1.outputPanoramaPreview}",
|
||||||
|
"{PanoramaPostProcessing_1.downscaledPanoramaLevels}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue