diff --git a/deeplake/core/dataset/dataset.py b/deeplake/core/dataset/dataset.py index 8bac10d631..9137bd42f1 100644 --- a/deeplake/core/dataset/dataset.py +++ b/deeplake/core/dataset/dataset.py @@ -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"):