Skip to content

Commit

Permalink
更新目录
Browse files Browse the repository at this point in the history
  • Loading branch information
yizt committed Aug 9, 2020
1 parent 66eb4a3 commit 8cf7a2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
1. [预测](#预测)<br>
1.1 [直接预测](#直接预测)<br>
1.2 [使用restful服务预测](#使用restful服务预测)<br>

2. [模型效果](#模型效果)<br>
2.1 [水平方向](#水平方向)<br>
2.2 [垂直方向](#垂直方向)<br>
3. [评估](#评估)<br>
4. [训练](#训练)<br>


3. [训练](#训练)<br>



Expand All @@ -22,7 +23,7 @@

a) 执行如下命令预测单个图像


```bash
# 水平方向
python demo.py --weight-path /path/to/chk.pth --image-path /path/to/image --direction horizontal
Expand Down

0 comments on commit 8cf7a2d

Please sign in to comment.