From 280e31097f73ff8e1ae20de913cae9a41868b62e Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Thu, 4 Feb 2021 00:16:12 +0800 Subject: [PATCH] update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2894f83..0fa6836 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,9 @@ Contextual Attention for Hand Detection in the Wild. S. Narasimhaswamy, Z. Wei, ## 项目使用方法 ### 模型训练 -* 根目录下运行命令: python train.py + +* 根目录下运行命令: python train.py (注意脚本内相关参数配置 ) + +### 模型推理 + +* 根目录下运行命令: python predict.py (注意脚本内相关参数配置 ) -- GitLab