init commit
This commit is contained in:
7
ultralytics/models/yolo/__init__.py
Normal file
7
ultralytics/models/yolo/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
||||
|
||||
from ultralytics.models.yolo import classify, detect, obb, pose, segment, world, yoloe
|
||||
|
||||
from .model import YOLO, YOLOE, YOLOWorld
|
||||
|
||||
__all__ = "classify", "segment", "detect", "pose", "obb", "world", "yoloe", "YOLO", "YOLOWorld", "YOLOE"
|
||||
Reference in New Issue
Block a user