Skip to content

Commit 1cd7cd0

Browse files
author
Val Brodsky
committed
Bring back confidence on NDClassificaiton (question level)
Even though it did not make sense to have it there, no reason to remove it either
1 parent 1b691d6 commit 1cd7cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelbox/data/serialization/ndjson/classification.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def to_common(
276276
feature_schema_id=annotation.schema_id,
277277
extra={'uuid': annotation.uuid},
278278
message_id=annotation.message_id,
279+
confidence=annotation.confidence,
279280
)
280281

281282
if getattr(annotation, 'frames', None) is None:

0 commit comments

Comments
 (0)