diff --git a/README.md b/README.md index 6b90d12..fa3f0a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # pose-detect +## 人员摔倒检测 + ## 介绍 本项目采用[yolov8](https://github.com/ultralytics/ultralytics)的关键点检测,利用关键点的数据进行预测 + +## 使用说明 + +```py +# 可用image下的文件进行测试 +# 也可将pose.py的source改成自己的路径即可预测 +# 运行即可 +python pose.py \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29