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