We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d971b7 commit ae7c055Copy full SHA for ae7c055
nucleus/dataset_item.py
@@ -114,7 +114,7 @@ class DatasetItemType(Enum):
114
115
@dataclass # pylint: disable=R0902
116
class DatasetItem: # pylint: disable=R0902
117
- """A dataset item is either a single image or pointcloud plus its associated metadata.
+ """A dataset item is an image or pointcloud that has associated metadata.
118
119
Note: for 3D data, please include a :class:`.CameraParams` object under a key named
120
"camera_params" within the metadata dictionary. This will allow for projecting
0 commit comments