Skip to content

Commit

Permalink
Store sample_info for segment_mask htypes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed May 30, 2024
1 parent 03e9e26 commit 74723e8
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 74723e8

Please sign in to comment.