Skip to content

supervision-0.7.0

Compare
Choose a tag to compare
@SkalskiP SkalskiP released this 10 May 22:43
· 2225 commits to main since this release

πŸš€ Added

  • Detections.from_yolo_nas to enable seamless integration with YOLO-NAS model. (#91)
  • Ability to load datasets in YOLO format using Dataset.from_yolo. (#86)
  • Detections.merge to merge multiple Detections objects together. (#84)

🌱 Changed

  • LineZoneAnnotator.annotate to allow for the custom text for the in and out tags. (#44)

πŸ› οΈ Fixed

  • LineZoneAnnotator.annotate does not return annotated frame. (#81)

πŸ† Contributors