supervision-0.20.0 #1136
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
-
🚀 Added
sv.KeyPoints
to provide initial support for pose estimation and broader keypoint detection models. (#1128)sv.EdgeAnnotator
andsv.VertexAnnotator
to enable rendering of results from keypoint detection models. (#1128)🌱 Changed
sv.LabelAnnotator
by adding an additionalcorner_radius
argument that allows for rounding the corners of the bounding box. (#1037)sv.PolygonZone
such that theframe_resolution_wh
argument is no longer required to initializesv.PolygonZone
. (#1109)Warning
The
frame_resolution_wh
parameter insv.PolygonZone
is deprecated and will be removed insupervision-0.24.0
.sv.get_polygon_center
to calculate a more accurate polygon centroid. (#1084)sv.Detections.from_transformers
by adding support for Transformers segmentation models and extract class names values. (#1069)🛠️ Fixed
sv.ByteTrack.update_with_detections
which was removing segmentation masks while tracking. Now,ByteTrack
can be used alongside segmentation models. (#787)🏆 Contributors
@onuralpszr (Onuralp SEZER), @rolson24 (Raif Olson), @xaristeidou (Christoforos Aristeidou), @jeslinpjames (Jeslin P James), @Griffin-Sullivan (Griffin Sullivan), @PawelPeczek-Roboflow (Paweł Pęczek), @pirnerjonas (Jonas Pirner), @sharingan000, @macc-n, @LinasKo (Linas Kondrackis), @SkalskiP (Piotr Skalski)
This discussion was created from the release supervision-0.20.0.
Beta Was this translation helpful? Give feedback.
All reactions