supervision-0.21.0 #1265
SkalskiP
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📅 Timeline
The
supervision-0.21.0
release is around the corner. Here is the timeline:5 Jun 2024 08:00 PM CEST (UTC +2) / 5 Jun 2024 11:00 AM PDT (UTC -7)
- mergedevelop
intomain
- closing listsupervision-0.21.0
features6 Jun 2024 11:00 AM CEST (UTC +2) / 6 Jun 2024 02:00 AM PDT (UTC -7)
- releasesupervision-0.21.0
🪵 Changelog
🚀 Added
sv.Detections.with_nmm
to perform non-maximum merging on the current set of object detections. (#500)sv.Detections.from_lmm
allowing to parse Large Multimodal Model (LMM) text result intosv.Detections
object. For nowfrom_lmm
supports only PaliGemma result parsing. (#1221)sv.VertexLabelAnnotator
allowing to annotate every vertex of a keypoint skeleton with custom text and color. (#1236)sv.KeyPoints.from_inference
andsv.KeyPoints.from_yolo_nas
allowing to createsv.KeyPoints
from Inference and YOLO-NAS result. (#1147 and #1138)sv.mask_to_rle
andsv.rle_to_mask
allowing for easy conversion between mask and rle formats. (#1163)🌱 Changed
sv.InferenceSlicer
allowing to select overlap filtering strategy (NONE
,NON_MAX_SUPPRESSION
andNON_MAX_MERGE
). (#1236)sv.InferenceSlicer
adding instance segmentation model support. (#1178)sv.LineZone
making it 10-20 times faster, depending on the use case. (#1228)sv.DetectionDataset.from_coco
andsv.DetectionDataset.as_coco
adding support for run-length encoding (RLE) mask format. (#1163)🏆 Contributors
@onuralpszr (Onuralp SEZER), @LinasKo (Linas Kondrackis), @rolson24 (Raif Olson), @xaristeidou (Christoforos Aristeidou), @ManzarIMalik (Manzar Iqbal Malik), @tc360950 (Tomasz Cąkała), @emsko, @SkalskiP (Piotr Skalski)
This discussion was created from the release supervision-0.21.0.
Beta Was this translation helpful? Give feedback.
All reactions