Open jribault opened 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.
@jribault could you make a PR?
done : https://github.com/HumanSignal/label-studio-sdk/pull/352
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.