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 3d6f3a1 commit 327d13aCopy full SHA for 327d13a
libs/labelbox/src/labelbox/data/serialization/ndjson/label.py
@@ -190,6 +190,7 @@ def _create_non_video_annotations(cls, label: Label):
190
f"Unable to convert object to MAL format. `{type(getattr(annotation, 'value',annotation))}`"
191
)
192
193
+ @classmethod
194
def _create_relationship_annotations(cls, label: Label):
195
for annotation in label.annotations:
196
if isinstance(annotation, RelationshipAnnotation):
0 commit comments