提交 9cc37f21 编写于 作者: A andyjpaddle

add case

上级 8686dddf
...@@ -58,7 +58,7 @@ def get_one_image(train): ...@@ -58,7 +58,7 @@ def get_one_image(train):
get_one_image(train) get_one_image(train)
``` ```
![det_png](./imgs/det.png) ![det_png](imgs/det.png)
### 模型训练 ### 模型训练
...@@ -343,7 +343,7 @@ def get_one_image(train): ...@@ -343,7 +343,7 @@ def get_one_image(train):
get_one_image(train) get_one_image(train)
``` ```
![rec_png](./imgs/rec.png) ![rec_png](imgs/rec.png)
### 模型训练 ### 模型训练
#### 下载预训练模型 #### 下载预训练模型
...@@ -475,7 +475,7 @@ plt.imshow(img) ...@@ -475,7 +475,7 @@ plt.imshow(img)
plt.show() plt.show()
``` ```
![sys_res_png](./imgs/sys_res.png) ![sys_res_png](imgs/sys_res.png)
### 后处理 ### 后处理
如果需要获取key-value信息,可以基于启发式的规则,将识别结果与关键字库进行匹配;如果匹配上了,则取该字段为key, 后面一个字段为value。 如果需要获取key-value信息,可以基于启发式的规则,将识别结果与关键字库进行匹配;如果匹配上了,则取该字段为key, 后面一个字段为value。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册