From da397678d2db60f7ab45643edf8dc2a5130cd3b8 Mon Sep 17 00:00:00 2001 From: wangying Date: Tue, 22 Aug 2023 17:33:57 +0800 Subject: [PATCH] =?UTF-8?q?0822=E6=9B=B4=E6=96=B0readme=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bank_second_part/model_annotation/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Bank_second_part/model_annotation/readme.md diff --git a/Bank_second_part/model_annotation/readme.md b/Bank_second_part/model_annotation/readme.md new file mode 100644 index 0000000..f417a7b --- /dev/null +++ b/Bank_second_part/model_annotation/readme.md @@ -0,0 +1,7 @@ +1、目标检测模型目前使用yolov8,后续替换ppyoloe+. + yolov8 环境安装 : CPU版本 pip install ultralytics + +2、手部检测目前使用模型mediapipe进行手部关键点检测,后续使用自训练目标检测模型替换 + mediapipe 环境安装 :pip install mediapipe + +3、主程序在model_annotations_process.py文件中 \ No newline at end of file