Spaces:
Sleeping
Sleeping
File size: 158 Bytes
bf0b5b3 |
1 2 3 4 5 6 |
# Ultralytics YOLO π, AGPL-3.0 license
from ultralytics.yolo.v8 import classify, detect, pose, segment
__all__ = 'classify', 'segment', 'detect', 'pose'
|