From cb6e4ed9c1c96394c1aaa333aff3204366fd9f2c Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Sat, 19 Jun 2021 20:08:52 +0800 Subject: [PATCH] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da3d427..ba97f0c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ e3d_handpose_x/ * 图片推理脚本 :python inference.py (注意脚本内相关参数配置 ) * 相机推理脚本 : python yolo_inference.py (注意脚本内相关参数配置 ) +#### 注意:目前推理为 “预发版本”,只支持画面中出现一只手会进行三维姿态估计,并只支持右手姿态估计。 + #### 第 1 步:确定电脑连接相机。 #### 第 2 步:下载[模型前向推理包(百度网盘 Password: xhd3 )](https://pan.baidu.com/s/1wqhIgciL5mnlT1PyHKI6QQ) #### 第 3 步:解压模型前向推理包,配置 [yolo_inference.py](https://codechina.csdn.net/EricLee/e3d_handpose_x/-/blob/master/yolo_inference.py)脚本模型路径参数,参考如下: -- GitLab