🚀 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 multipleDetections
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)