ultralytics 8.1.14 new YOLOv8-World models (#8054)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Laughing 2024-02-14 18:46:26 +08:00 committed by GitHub
parent f9e9cdf2c3
commit 850ca8587f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 683 additions and 32 deletions

View file

@ -2,6 +2,6 @@
from .rtdetr import RTDETR
from .sam import SAM
from .yolo import YOLO
from .yolo import YOLO, YOLOWorld
__all__ = "YOLO", "RTDETR", "SAM" # allow simpler import
__all__ = "YOLO", "RTDETR", "SAM", "YOLOWorld" # allow simpler import