提交 14ef3137 编写于 作者: Eric.Lee2021's avatar Eric.Lee2021 🚴🏻

update

上级 cb6e4ed9
......@@ -56,15 +56,15 @@ e3d_handpose_x/
* 根目录下运行命令: python train.py (注意脚本内相关参数配置 )
### 模型推理
* 根目录下运行命令:
* 图片推理脚本 :python inference.py (注意脚本内相关参数配置 )
#### 根目录下运行命令:
#### 1、图片推理脚本 :python inference.py (注意脚本内相关参数配置 )
* 相机推理脚本 : python yolo_inference.py (注意脚本内相关参数配置 )
#### 2、相机推理脚本 : 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)脚本模型路径参数,参考如下:
##### 第 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)脚本模型路径参数,参考如下:
```
parser.add_argument('--model_path', type=str, default = './if_package/e3d_handposex-resnet_50-size-128-loss-wing_loss-20210619.pth',
help = 'model_path') # e3d handpose 模型路径
......@@ -73,7 +73,7 @@ e3d_handpose_x/
parser.add_argument('--handpose_x2d_model_path', type=str, default = './if_package/handposex_2d_resnet_50-size-256-wingloss102-0.119.pth',
help = 'model_path') # 手2维关键点 模型路径
```
#### 第 4 步:运行脚本:python yolo_inference.py
##### 第 4 步:运行脚本:python yolo_inference.py
#### 注意:运行出错,注意看log报的错误,尽量自行解决,思考尝试解决不了,issue提问。
## 联系方式 (Contact)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册