Zencriel's picture
Upload folder using huggingface_hub
7370e5c verified
raw
history blame contribute delete
238 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"