supervision-0.9.0 #124
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.Detections
by index, list of indexes or slice. Here is an example illustrating the new selection methods. (feature/115_how_to_select_detections_by_index #118)sv.Detections.from_yolov8
. Here is an example illustrating how to extract boolean masks from the result of the YOLOv8 model inference. (Adding yolov8 masks to detections #101)sv.crop
. Here is an example showing how to get a separate crop for each detection insv.Detections
. (feature/75_crop_bounding_boxes_as_separate_image #122)sv.ImageSink
. An example shows how to save every tenth video frame as a separate image. (feature/new_video_utils #120)🛠️ Fixed
sv.PolygonZone
coordinates. Nowsv.PolygonZone
accepts coordinates in the form of[[x1, y1], [x2, y2], ...]
that can be both integers and floats. (Better handling of wrong data types of mask for sv.PolygonZone() #106)🏆 Contributors
@SkalskiP @lomnes-atlast-food @hardikdava
This discussion was created from the release supervision-0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions