3e670ad e38f93e 3e670ad
1
2
3
4
5
6
7
8
9
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', )