update
This commit is contained in:
7
ytracking/ultralytics/models/yolo/__init__.py
Normal file
7
ytracking/ultralytics/models/yolo/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
|
||||
from ultralytics.models.yolo import classify, detect, pose, segment
|
||||
|
||||
from .model import YOLO
|
||||
|
||||
__all__ = 'classify', 'segment', 'detect', 'pose', 'YOLO'
|
Reference in New Issue
Block a user