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] KeyframeSelection: Add support for SfMData files as inputs and outputs #1967

Merged
merged 5 commits into from
Apr 26, 2023

Conversation

cbentejac
Copy link
Contributor

Description

This PR is related to alicevision/AliceVision#1406, and adds the support of SfMData files as inputs and outputs.

In particular:

  • It adds two new output parameters, outputSfMDataKeyframes and outputSfMDataFrames which are SfMData files which respectively contain all the selected keyframes and all the input frames that were not selected as keyframes;
  • It updates the description of the input inputPaths parameter to indicate the SfMData files are supported;
  • It updates the label of the sensorDbPath parameter (trivial).

Features list

  • Update input's description to include SfMData files;
  • Add new output parameters for SfMData files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could add a dynamic node size to the node using the size member variable: this would enable the chunk mechanism for the nodes after this one in a pipeline

This commit updates the name of the input parameter (from "mediaPaths" to
"inputPaths") as it now also supports SfMData files, and adds two SfMData
files as output parameters: one that contains the selected keyframes, and
one that contains the frames that were not selected as keyframes.
Indicate that this file is not written as an output if the input is a
video or a list of videos.
@cbentejac cbentejac force-pushed the dev/sfmDataKeyframeSelection branch from 09b7a14 to 903134f Compare April 12, 2023 13:28
@mugulmd mugulmd merged commit 11975e8 into develop Apr 26, 2023
@mugulmd mugulmd deleted the dev/sfmDataKeyframeSelection branch April 26, 2023 11:04
@cbentejac cbentejac added this to the Meshroom 2023.2.0 milestone Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants