Skip to content

[nodes] PanoramaPostProcessing: Add attributes to change the outputs' names#2193

Merged
cbentejac merged 2 commits into
developfrom
dev/panoPostProcessOutputs
Sep 19, 2023
Merged

[nodes] PanoramaPostProcessing: Add attributes to change the outputs' names#2193
cbentejac merged 2 commits into
developfrom
dev/panoPostProcessOutputs

Conversation

@cbentejac

@cbentejac cbentejac commented Sep 18, 2023

Copy link
Copy Markdown
Contributor

Description

This PR adds two new input String parameters to the PanoramaPostProcessing node to determine the name of the generated outputs. These attributes include:

  • the name of the generated output panorama;
  • the name of the generated output panorama preview.

These two attributes are not added to the command line, as their only purpose is to be used to set the names of the outputs at will. The base folder for these outputs remains the node's cache, only the name of the outputs themselves can be updated.

The downscaledPanoramaLevels output attribute is also updated following alicevision/AliceVision#1542, since the name of the downscaled levels is now a concatenation of the generated panorama's name, "level" and the size of the level.

As a consequence, the version of the PanoramaPostProcessing node is upgraded, and the templates using it are updated accordingly.

@cbentejac cbentejac added this to the Meshroom 2023.3.0 milestone Sep 18, 2023
@cbentejac cbentejac self-assigned this Sep 18, 2023
@cbentejac cbentejac force-pushed the dev/panoPostProcessOutputs branch from 0b87f68 to 12f64b8 Compare September 19, 2023 13:40
@cbentejac cbentejac added the invalidate:node Invalidates the cache of one or several nodes. label Sep 19, 2023
… names

Add input String parameters to determine the name of the generated outputs.
These attributes include:
- the name of the generated output panorama
- the name of the generated output panorama preview
The base folder for these outputs remains the node's cache, only the
name of the outputs themselves can be updated.

The output attribute about the downscaled levels of the panorama is also
modified with the new name of the pyramid levels, which is a concatenation
of the generated panorama's name and the size of the current level.
@cbentejac cbentejac force-pushed the dev/panoPostProcessOutputs branch from 12f64b8 to ceba9c5 Compare September 19, 2023 13:58
@cbentejac cbentejac merged commit 3fc908c into develop Sep 19, 2023
@cbentejac cbentejac deleted the dev/panoPostProcessOutputs branch September 19, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalidate:node Invalidates the cache of one or several nodes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants