diff --git a/StyleText/README.md b/StyleText/README.md index 30f9eaba5e6dcdc91112ffcfd5abd72cb28f8013..eddedbd7e39e2f32532a5762c58bde461fe985c4 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 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 | 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 110a6c63f6f7fd565bb248d55f66cee83e7b66b6..7818f2df01b6fe07ca913c0c70fbe9cf8117b693 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% |