diff --git a/README.md b/README.md index ed2ac13f8858d8dc98e05a7b738bf7883a4b3442..d3aeda5ee7dfb70d9840e91fa566da82fde41464 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ e3d_handpose_x/ #### 注意:目前推理为 “预发版本”,只支持画面中出现一只手会进行三维姿态估计,并只支持右手姿态估计。 ##### 第 1 步:确定电脑连接相机。 -##### 第 2 步:下载[模型前向推理包(百度网盘 Password: xhd3 )](https://pan.baidu.com/s/1wqhIgciL5mnlT1PyHKI6QQ) +##### 第 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',