FastSAM / ultralytics /yolo /v8 /__init__.py
An-619's picture
Upload 161 files (#5)
a2b0f6f verified
raw
history blame contribute delete
158 Bytes
# Ultralytics YOLO 🚀, AGPL-3.0 license
from ultralytics.yolo.v8 import classify, detect, pose, segment
__all__ = 'classify', 'segment', 'detect', 'pose'