Skip to content

Commit

Permalink
Merge pull request #2867 from activeloopai/segment_mask_info
Browse files Browse the repository at this point in the history
Store sample_info for segment_mask htypes
  • Loading branch information
nvoxland-al committed Jun 3, 2024
2 parents 03e9e26 + 74723e8 commit 8836e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeplake/core/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ def _create_tensor(
"point_cloud",
"mesh",
"nifti",
"segment_mask",
):
self._create_sample_info_tensor(name)
if create_shape_tensor and htype not in ("text", "json", "tag"):
Expand Down

0 comments on commit 8836e6c

Please sign in to comment.