Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hhxxhh
/
a1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
a1
/
ultralytics
/
yolo
/
v8
/
__init__.py
hhxxhh
app
9eae06b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
# Ultralytics YOLO π, AGPL-3.0 license
from
ultralytics.yolo.v8
import
classify, detect, pose, segment
__all__ =
'classify'
,
'segment'
,
'detect'
,
'pose'