From a035e6504898d850ab26f24bcbe582c761e41087 Mon Sep 17 00:00:00 2001 From: dyning Date: Wed, 16 Dec 2020 00:54:56 +0800 Subject: [PATCH] Update README.md --- StyleText/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StyleText/README.md b/StyleText/README.md index 6b5985c1..af79cc6d 100644 --- a/StyleText/README.md +++ b/StyleText/README.md @@ -144,7 +144,7 @@ We take two scenes as examples, which are metal surface English number recogniti After adding the above synthetic data for training, the accuracy of the recognition model is improved, which is shown in the following table: | 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 | 0.5938 | 20000 | 0.7546 | 16% | | Random background | Korean | 5631 | 1230 | 0.3012 | 100000 | 0.5057 | 20% | -- GitLab