Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

cbentejac
Copy link
Contributor

@cbentejac cbentejac commented Sep 18, 2023

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 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 merged commit 3fc908c into develop Sep 19, 2023
2 checks passed
@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