Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepghs
/
yolos
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
yolos
/
app.py
narugo1992
Create app.py
667959b
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
from
imgutils.generic
import
YOLOModel
model = YOLOModel(
'deepghs/yolos'
)
model.launch_demo(
default_iou_threshold=
0.3
,
default_conf_threshold=
0.7
,
default_model_name=
'yolo11s'
,
)