You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

353 B

1、目标检测模型目前使用yolov8后续替换ppyoloe+. yolov8 环境安装 CPU版本 pip install ultralytics

2、手部检测目前使用模型mediapipe进行手部关键点检测后续使用自训练目标检测模型替换 mediapipe 环境安装 pip install mediapipe

3、主程序在model_annotations_process.py文件中