yolo-person / app.py
narugo's picture
Update app.py
67fdfe6 verified
raw
history blame contribute delete
206 Bytes
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',
)