Carlos González Rotger
Carlos González Rotger
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Currently the metrics have a `MeanAveragePrecision` class that works for...
It would be great to add support for the recent Gold-YOLO model: https://paperswithcode.com/paper/gold-yolo-efficient-object-detector-via
- The import path was deprecated. - The order of the arguments for confidence and iou thresholds was reversed. - Fix for issues #3, #12 and #16
I exported a YOLOv8-Seg into an ONNX model using the utils from this repo, setting `--dynamic` option when exporting. I also tried manually specifying the `--batch` option, but the results...
**Describe the bug** The interactive annotations are called when 'Submit' or 'Update' buttons are clicked, generating duplicate annotations with Grounding SAM model. I have a [Grounding SAM](https://github.com/HumanSignal/label-studio-ml-backend/tree/master/label_studio_ml/examples/grounding_sam) model that is...
https://github.com/HumanSignal/label-studio/issues/6312 causes an extra call to `predict` when 'Submit' is clicked, causing duplicate predictions. This is a workaround that shouldn't impact the functionality (handling an edge case that shouldn't happen...