HumanSignal / label-studio-sdk

Label Studio SDK
https://api.labelstud.io
Apache License 2.0
98 stars 61 forks source link

missing coco score prediction #338

Open jribault opened 1 month ago

jribault commented 1 month ago

The YOLO converter take into account the prediction score but it is mising from the COCO importer.

I just added "score": annotation['score'] in create_bbox as a workaround but it must be pretty easy to integrate it fully.

makseq commented 1 week ago

@jribault could you make a PR?

jribault commented 1 week ago

done : https://github.com/HumanSignal/label-studio-sdk/pull/352