Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hujiecpp
/
PE3R
like
12
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PE3R
/
modules
/
ultralytics
/
yolo
/
v8
/
__init__.py
hujiecpp
init project
4d17f72
2 months 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'