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.

7 lines
353 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1、目标检测模型目前使用yolov8后续替换ppyoloe+.
yolov8 环境安装 CPU版本 pip install ultralytics
2、手部检测目前使用模型mediapipe进行手部关键点检测后续使用自训练目标检测模型替换
mediapipe 环境安装 pip install mediapipe
3、主程序在model_annotations_process.py文件中