xiaoming32236046's picture
Upload 325 files
53ad959 verified
raw
history blame
231 Bytes
# Ultralytics YOLO πŸš€, AGPL-3.0 license
from ultralytics.models.yolo import classify, detect, obb, pose, segment
from .model import YOLO, YOLOWorld
__all__ = "classify", "segment", "detect", "pose", "obb", "YOLO", "YOLOWorld"