CloudAnts's picture
neww
33c48a1
raw
history blame contribute delete
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"