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