From aaf077e687fe78de950d89e2c3c4439a66b063a5 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Mon, 24 Oct 2022 04:17:29 +0000 Subject: [PATCH] update doc --- StyleText/README.md | 2 +- StyleText/README_ch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StyleText/README.md b/StyleText/README.md index 609c9053..30f9eaba 100644 --- a/StyleText/README.md +++ b/StyleText/README.md @@ -172,7 +172,7 @@ After adding the above synthetic data for training, the accuracy of the recognit | Scenario | Characters | Raw Data | Test Data | Only Use Raw Data
Recognition Accuracy | New Synthetic Data | Simultaneous Use of Synthetic Data
Recognition Accuracy | Index Improvement | | -------- | ---------- | -------- | -------- | -------------------------- | ------------ | ---------------------- | -------- | | Metal surface | English and numbers | 2203 | 650 | 59.38% | 20000 | 75.46% | 16.00% | -| Random background | Korean | 5,631 | 1230 | 30.12% | 100000 | 50.57% | 20.00% | +| Random background | Korean | 5631 | 1230 | 30.12% | 100000 | 50.57% | 20.00% | ### Code Structure diff --git a/StyleText/README_ch.md b/StyleText/README_ch.md index b35967f4..110a6c63 100644 --- a/StyleText/README_ch.md +++ b/StyleText/README_ch.md @@ -157,7 +157,7 @@ python3 tools/synth_image.py -c configs/config.yml --style_image examples/style_ | 场景 | 字符 | 原始数据 | 测试数据 | 只使用原始数据
识别准确率 | 新增合成数据 | 同时使用合成数据
识别准确率 | 指标提升 | | -------- | ---------- | -------- | -------- | -------------------------- | ------------ | ---------------------- | -------- | | 金属表面 | 英文和数字 | 2203 | 650 | 59.38% | 20000 | 75.46% | 16.00% | -| 随机背景 | 韩语 | 5631 | 1,230 | 30.12% | 100000 | 50.57% | 20.00% | +| 随机背景 | 韩语 | 5631 | 1230 | 30.12% | 100000 | 50.57% | 20.00% | -- GitLab