提交 94278781 编写于 作者: W WenmuZhou

update rec doc

上级 248669a8
...@@ -48,14 +48,15 @@ mklink /d <path/to/paddle_ocr>/train_data/dataset <path/to/dataset> ...@@ -48,14 +48,15 @@ mklink /d <path/to/paddle_ocr>/train_data/dataset <path/to/dataset>
``` ```
" 图像文件名 图像标注信息 " " 图像文件名 图像标注信息 "
train_data/train/word_001.jpg 简单可依赖 train_data/rec/train/word_001.jpg 简单可依赖
train_data/train/word_002.jpg 用科技让复杂的世界更简单 train_data/rec/train/word_002.jpg 用科技让复杂的世界更简单
... ...
``` ```
最终训练集应有如下文件结构: 最终训练集应有如下文件结构:
``` ```
|-train_data |-train_data
|-rec
|- rec_gt_train.txt |- rec_gt_train.txt
|- train |- train
|- word_001.png |- word_001.png
...@@ -70,6 +71,7 @@ train_data/train/word_002.jpg 用科技让复杂的世界更简单 ...@@ -70,6 +71,7 @@ train_data/train/word_002.jpg 用科技让复杂的世界更简单
``` ```
|-train_data |-train_data
|-rec
|- rec_gt_test.txt |- rec_gt_test.txt
|- test |- test
|- word_001.jpg |- word_001.jpg
......
...@@ -49,8 +49,8 @@ It is recommended to put the training images in the same folder, and use a txt f ...@@ -49,8 +49,8 @@ It is recommended to put the training images in the same folder, and use a txt f
``` ```
" Image file name Image annotation " " Image file name Image annotation "
train_data/train/word_001.jpg 简单可依赖 train_data/rec/train/word_001.jpg 简单可依赖
train_data/train/word_002.jpg 用科技让复杂的世界更简单 train_data/rec/train/word_002.jpg 用科技让复杂的世界更简单
... ...
``` ```
...@@ -58,6 +58,7 @@ The final training set should have the following file structure: ...@@ -58,6 +58,7 @@ The final training set should have the following file structure:
``` ```
|-train_data |-train_data
|-rec
|- rec_gt_train.txt |- rec_gt_train.txt
|- train |- train
|- word_001.png |- word_001.png
...@@ -72,6 +73,7 @@ Similar to the training set, the test set also needs to be provided a folder con ...@@ -72,6 +73,7 @@ Similar to the training set, the test set also needs to be provided a folder con
``` ```
|-train_data |-train_data
|-rec
|-ic15_data |-ic15_data
|- rec_gt_test.txt |- rec_gt_test.txt
|- test |- test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册