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 1b691d6 commit 1cd7cd0Copy full SHA for 1cd7cd0
labelbox/data/serialization/ndjson/classification.py
@@ -276,6 +276,7 @@ def to_common(
276
feature_schema_id=annotation.schema_id,
277
extra={'uuid': annotation.uuid},
278
message_id=annotation.message_id,
279
+ confidence=annotation.confidence,
280
)
281
282
if getattr(annotation, 'frames', None) is None:
0 commit comments