You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** For more information about msrun configuration, please refer to [here](https://www.mindspore.cn/tutorials/experts/en/r2.3.1/parallel/msrun_launcher.html).
291
+
**Note:** For more information about msrun configuration, please refer to [here](https://www.mindspore.cn/docs/en/master/model_train/parallel/msrun_launcher.html).
294
292
295
293
The training result (including checkpoints, per-epoch performance and curves) will be saved in the directory parsed by the arg `ckpt_save_dir` in yaml config file. The default directory is `./tmp_det`.
Copy file name to clipboardexpand all lines: configs/det/east/README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,14 @@ EAST uses regression for the position and rotation angle of the text box, enabli
29
29
4.**Text detection branch**:
30
30
After determining the location and size of the text region, EAST further classifies these regions as text or non-text areas. For this purpose, a fully convolutional text branch is employed for binary classification of the text areas.
**Note:** For more information about msrun configuration, please refer to [here](https://www.mindspore.cn/tutorials/experts/en/r2.3.1/parallel/msrun_launcher.html).
139
+
**Note:** For more information about msrun configuration, please refer to [here](https://www.mindspore.cn/docs/en/master/model_train/parallel/msrun_launcher.html).
132
140
133
141
The training result (including checkpoints, per-epoch performance and curves) will be saved in the directory parsed by the arg `ckpt_save_dir` in yaml config file. The default directory is `./tmp_det`.
**Note:** For more information about msrun configuration, please refer to [here](https://www.mindspore.cn/tutorials/experts/en/r2.3.1/parallel/msrun_launcher.html).
159
+
**Note:** For more information about msrun configuration, please refer to [here](https://www.mindspore.cn/docs/en/master/model_train/parallel/msrun_launcher.html).
160
160
161
161
162
162
The training result (including checkpoints, per-epoch performance and curves) will be saved in the directory parsed by the arg `ckpt_save_dir` in yaml config file. The default directory is `./tmp_det`.
- Model: model name in lower case with _ seperator.
47
-
- Context: Training context denoted as {device}x{pieces}-{MS mode}, where mindspore mode can be G - graph mode or F - pynative mode with ms function. For example, D910x8-G is for training on 8 pieces of Ascend 910 NPU using graph mode.
48
-
- Top-1 and Top-5: Keep 2 digits after the decimal point.
49
-
- Params (M): # of model parameters in millions (10^6). Keep 2 digits after the decimal point
50
-
- Recipe: Training recipe/configuration linked to a yaml config file. Use absolute url path.
51
-
- Download: url of the pretrained model weights. Use absolute url path.
According to our experiments, the performance and accuracy evaluation([Model Evaluation](#33-Model-Evaluation)) results of training ([Model Training](#32-Model-Training)) on the XFUND Chinese dataset are as follows:
61
-
62
-
63
-
Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode
Please refer to the [installation instruction](https://github.com/mindspore-lab/mindocr#installation) in MindOCR.
79
54
55
+
### Dataset preparation
56
+
80
57
#### Dataset Download
81
58
82
59
[The XFUND dataset](https://github.com/doc-analysis/XFUND) is used as the experimental dataset. The XFUND dataset is a multilingual dataset proposed by Microsoft for the Knowledge-Intensive Extraction (KIE) task. It consists of seven datasets, each containing 149 training samples and 50 validation samples.
@@ -168,7 +145,18 @@ Recognition results are as shown in the image, and the image is saved as`inferen
168
145
<em> example_ser.jpg </em>
169
146
</p>
170
147
148
+
## Performance
149
+
150
+
According to our experiments, the performance of evaluation on the XFUND Chinese dataset are as follows:
151
+
152
+
Experiments are tested on ascend 910* with mindspore 2.5.0 graph mode
0 commit comments