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 ef3cadb commit 26a0bc0Copy full SHA for 26a0bc0
labelbox/data/serialization/ndjson/objects.py
@@ -307,7 +307,8 @@ def from_common(
307
data)
308
309
@staticmethod
310
- def lookup_object(annotation: ObjectAnnotation) -> "NDObjectType":
+ def lookup_object(
311
+ annotation: Union[ObjectAnnotation, List]) -> "NDObjectType":
312
if isinstance(annotation, list):
313
result = NDSegments
314
else:
0 commit comments