From 8cf7a2df311573e2f80986451e4c48239bbdc4bf Mon Sep 17 00:00:00 2001 From: yizt Date: Sun, 9 Aug 2020 17:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dadebf7..87d17ce 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,13 @@ 1. [预测](#预测)
1.1 [直接预测](#直接预测)
1.2 [使用restful服务预测](#使用restful服务预测)
- 2. [模型效果](#模型效果)
2.1 [水平方向](#水平方向)
2.2 [垂直方向](#垂直方向)
+3. [评估](#评估)
+4. [训练](#训练)
+ -3. [训练](#训练)
@@ -22,7 +23,7 @@ a) 执行如下命令预测单个图像 - + ```bash # 水平方向 python demo.py --weight-path /path/to/chk.pth --image-path /path/to/image --direction horizontal