Skip to content

supervision-0.4.0

Compare
Choose a tag to compare
@SkalskiP SkalskiP released this 05 Apr 15:33
· 3224 commits to main since this release
bc12a8e

πŸš€ Added

  • Detections.empty to allow easy creation of empty Detections objects. (#48)
  • Detections.from_roboflow to allow easy creation of Detections objects from Roboflow API inference results. (#56)
  • plot_images_grid to allow easy plotting of multiple images on single plot. (#56)
  • Initial support for Pascal VOC XML format with detections_to_voc_xml method. (#56)

🌱 Changed

  • show_frame_in_notebook refactored and renamed to plot_image. (#56)

πŸ† Contributors