Skip to content

supervision-0.3.0

Compare
Choose a tag to compare
@SkalskiP SkalskiP released this 08 Mar 09:49
· 3249 commits to main since this release
ac16582

πŸš€ Added

New methods in sv.Detections API:

  • from_transformers - convert Object Detection πŸ€— Transformer result into sv.Detections
  • from_detectron2 - convert Detectron2 result into sv.Detections
  • from_coco_annotations - convert COCO annotation into sv.Detections
  • area - dynamically calculated property storing bbox area
  • with_nms - initial implementation (only class agnostic) of sv.Detections NMS

🌱 Changed

  • Make sv.Detections.confidence field Optional.

πŸ† Contributors