From a3e649f9cc04c91a497500fae9bf5c43cdf55863 Mon Sep 17 00:00:00 2001 From: luo <1749756018@qq.com> Date: Wed, 14 Aug 2024 17:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC5=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa3f0a1..8f09646 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,16 @@ 本项目采用[yolov8](https://github.com/ultralytics/ultralytics)的关键点检测,利用关键点的数据进行预测 -## 使用说明 - +## 使用说明: +1. 安装依赖 +复制以下代码到终端中 +```DOS +pip install -r requirements.txt +``` +2. 运行pose.py ```py # 可用image下的文件进行测试 # 也可将pose.py的source改成自己的路径即可预测 # 运行即可 -python pose.py \ No newline at end of file +python pose.py +``` \ No newline at end of file