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