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] Masking: Handle file extensions for masks and mask inversion for ImageSegmentation #2165

Merged
merged 3 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. [nodes] Masking: Add parameter to specify the extension of the masks

    Add the `maskExtension` parameter to specify the extension (by default,
    "png") of the masks that are to be loaded.
    cbentejac committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f9d8a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ea12d View commit details
    Browse the repository at this point in the history
  3. [pipelines] Update masking in camera tracking pipelines

    The segmentation masks are now inverted during the `ImageSegmentation`
    process, thus the `FeatureExtraction` node does not need to do it anymore.
    
    In the CameraTracking pipeline, the `PrepareDenseScene` is now provided
    with the masks from the `ImageSegmentation` node.
    cbentejac committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    be50145 View commit details
    Browse the repository at this point in the history