label-studio-sdk icon indicating copy to clipboard operation
label-studio-sdk copied to clipboard

missing coco score prediction

Open jribault opened this issue 1 year ago • 2 comments

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.

jribault avatar Oct 10 '24 09:10 jribault

@jribault could you make a PR?

makseq avatar Oct 30 '24 20:10 makseq

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

jribault avatar Nov 05 '24 15:11 jribault