File size: 206 Bytes
62853a6
 
 
 
67fdfe6
 
62853a6
 
1
2
3
4
5
6
7
8
from imgutils.generic import YOLOModel

model = YOLOModel('deepghs/yolo-person')
model.launch_demo(
    default_iou_threshold=0.7,
    default_conf_threshold=0.25,
    default_model_name='yolov8n-person',
)