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 d095d44 commit 7279476Copy full SHA for 7279476
libs/labelbox/src/labelbox/data/serialization/ndjson/label.py
@@ -194,7 +194,7 @@ def _create_non_video_annotations(cls, label: Label):
194
def _create_relationship_annotations(
195
cls, label: Label
196
) -> Generator[NDRelationship, None, None]:
197
- """Creates relationship annotations.
+ """Processes relationship annotations from a label, converting them to NDJSON format.
198
199
Args:
200
label: Label containing relationship annotations to be processed
0 commit comments