0.4.0
版本发布时间: 2023-04-05 23:33:10
roboflow/supervision最新发布版本:0.24.0(2024-10-05 04:25:47)
🚀 Added
-
Detections.empty
to allow easy creation of emptyDetections
objects. (https://github.com/roboflow/supervision/discussions/48) -
Detections.from_roboflow
to allow easy creation ofDetections
objects from Roboflow API inference results. (https://github.com/roboflow/supervision/pull/56) -
plot_images_grid
to allow easy plotting of multiple images on single plot. (https://github.com/roboflow/supervision/pull/56) - Initial support for Pascal VOC XML format with
detections_to_voc_xml
method. (https://github.com/roboflow/supervision/pull/56)
🌱 Changed
-
show_frame_in_notebook
refactored and renamed toplot_image
. (https://github.com/roboflow/supervision/pull/56)
🏆 Contributors
- @SkalskiP