diff --git a/StyleText/README.md b/StyleText/README.md index af79cc6d2dbd5dac5f3245dec7cdbbdfb9c9ca92..bbce7c5eba280e95452933f713524b19ff5778e2 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% |