Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
An-619/FastSAM
sovitrath
/
FastSAM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FastSAM
/
ultralytics
/
yolo
/
v8
/
__init__.py
An-619
Upload 161 files (#5)
a2b0f6f
verified
10 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'