Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepghs
/
yolo-face
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
yolo-face
/
app.py
narugo
Update app.py
e38f93e
verified
19 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
204 Bytes
from
imgutils.generic
import
YOLOModel
model = YOLOModel(
'deepghs/yolo-face'
)
model.launch_demo(
default_iou_threshold=
0.7
,
default_conf_threshold=
0.25
,
default_model_name=
'yolov11s-face'
,
)