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 d2c8a01 commit c0fa452Copy full SHA for c0fa452
labelbox/data/annotation_types/collection.py
@@ -295,4 +295,4 @@ def __next__(self):
295
return self._process(value)
296
297
298
-LabelCollection = Union[LabelList, LabelGenerator, Iterable[Label]]
+LabelCollection = Union[LabelGenerator, Iterable[Label]]
labelbox/data/serialization/labelbox_v1/converter.py
@@ -69,7 +69,7 @@ def serialize(
69
Note that any metric annotations will not be written since they are not defined in the LBV1 format.
70
71
Args:
72
- labels: Either a LabelList or a LabelGenerator (LabelCollection)
+ labels: Either a list of Label or a LabelGenerator (LabelCollection)
73
Returns:
74
A generator for accessing the labelbox json export representation of the data
75
"""
0 commit comments