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 203e22a commit 5121454Copy full SHA for 5121454
nucleus/__init__.py
@@ -71,6 +71,7 @@
71
BoxAnnotation,
72
CuboidAnnotation,
73
Point,
74
+ Point3D,
75
PolygonAnnotation,
76
Segment,
77
SegmentationAnnotation,
@@ -110,7 +111,7 @@
110
111
UPDATE_KEY,
112
)
113
from .dataset import Dataset
-from .dataset_item import DatasetItem, CameraParams
114
+from .dataset_item import DatasetItem, CameraParams, Quaternion
115
from .errors import (
116
DatasetItemRetrievalError,
117
ModelCreationError,
@@ -136,7 +137,7 @@
136
137
138
from .slice import Slice
139
from .upload_response import UploadResponse
-from .scene import Frame, Scene, LidarScene
140
+from .scene import Frame, LidarScene
141
142
# pylint: disable=E1101
143
# TODO: refactor to reduce this file to under 1000 lines.
0 commit comments