From 00a84c605bcd76651fa78d1fcf66e26e23a7333c Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Wed, 16 Dec 2020 00:59:32 +0800 Subject: [PATCH] fix table (#1454) --- StyleText/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/StyleText/README.md b/StyleText/README.md index af79cc6d..bbce7c5e 100644 --- a/StyleText/README.md +++ b/StyleText/README.md @@ -143,10 +143,11 @@ 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% | +| -------- | ---------- | -------- | -------- | -------------------------- | ------------ | ---------------------- | -------- | +| 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