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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store sample_info for segment_mask htypes #2867

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

nvoxland-al
Copy link
Contributor

馃殌 馃殌 Pull Request

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Previously, sample_info was only stored for the following htypes:

  • image
  • audio
  • video
  • dicom
  • point_cloud
  • mesh
  • nifti

This PR adds "segment_mask" to that list

Things to be aware of

Will not create the sample_info for existing segment_mask tensors. If you need sample_info for a segment_mask you will need to create a new tensor and copy the data over

Copy link

sonarcloud bot commented May 31, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@nvoxland-al nvoxland-al merged commit 8836e6c into main Jun 3, 2024
7 of 10 checks passed
@nvoxland-al nvoxland-al deleted the segment_mask_info branch June 3, 2024 17:45
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.

None yet

4 participants