# oldman_detect **Repository Path**: sunqiangAAA/oldman_detect ## Basic Information - **Project Name**: oldman_detect - **Description**: 老人、护工和床位检测,基于yolov8-seg - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-07-18 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: YOLOv8-seg, Python, onnxruntime ## README # oldmandetect-onnxruntime 老人、护士和床位识别 ## 运行 1、安装依赖:python版本为3.10.X ```shell pip install requirements.txt ``` 2、运行程序: ```shell python oldman_deyecy.py -m -i -o ``` ## 参考 - YOLO v8 : https://github.com/ultralytics/ultralytics