0.3.0
版本发布时间: 2023-03-08 17:49:34
roboflow/supervision最新发布版本:0.24.0(2024-10-05 04:25:47)
🚀 Added
New methods in sv.Detections
API:
-
from_transformers
- convert Object Detection 🤗 Transformer result intosv.Detections
-
from_detectron2
- convert Detectron2 result intosv.Detections
-
from_coco_annotations
- convert COCO annotation intosv.Detections
-
area
- dynamically calculated property storing bbox area -
with_nms
- initial implementation (only class agnostic) ofsv.Detections
NMS
🌱 Changed
- Make
sv.Detections.confidence
fieldOptional
.
🏆 Contributors
- @SkalskiP