Skip to content

Commit

Permalink
[panorama] update pipelines with useTiling option
Browse files Browse the repository at this point in the history
Disable tiling in panoramaFisheyeHdr as there is no need for tiling with small number of images (which is the case with fisheye images).
  • Loading branch information
fabiencastan committed Mar 5, 2023
1 parent 885e776 commit e3f9570
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions meshroom/pipelines/panoramaFisheyeHdr.mg
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"PanoramaMerging_1": {
"inputs": {
"compositingFolder": "{PanoramaCompositing_1.output}",
"input": "{PanoramaCompositing_1.input}"
"input": "{PanoramaCompositing_1.input}",
"useTiling": "{PanoramaCompositing_1.useTiling}"
},
"nodeType": "PanoramaMerging",
"position": [
Expand All @@ -119,7 +120,8 @@
"inputs": {
"warpingFolder": "{PanoramaSeams_1.warpingFolder}",
"labels": "{PanoramaSeams_1.output}",
"input": "{PanoramaSeams_1.outputSfm}"
"input": "{PanoramaSeams_1.outputSfm}",
"useTiling": false
},
"nodeType": "PanoramaCompositing",
"position": [
Expand Down
3 changes: 2 additions & 1 deletion meshroom/pipelines/panoramaHdr.mg
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"PanoramaMerging_1": {
"inputs": {
"compositingFolder": "{PanoramaCompositing_1.output}",
"input": "{PanoramaCompositing_1.input}"
"input": "{PanoramaCompositing_1.input}",
"useTiling": "{PanoramaCompositing_1.useTiling}"
},
"nodeType": "PanoramaMerging",
"position": [
Expand Down

0 comments on commit e3f9570

Please sign in to comment.