Skip to content

Commit

Permalink
add 'score' prediction to coco converter
Browse files Browse the repository at this point in the history
  • Loading branch information
jribault committed Nov 5, 2024
1 parent 7b5188c commit 95c37af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/label_studio_sdk/converter/imports/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def create_bbox(annotation, categories, from_name, image_height, image_width, to
"image_rotation": 0,
"original_width": image_width,
"original_height": image_height,
"score": annotation['score'],
}
return item

Expand Down

0 comments on commit 95c37af

Please sign in to comment.