Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,19 @@ tags:
|
|
| 8 |
- japanese
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
# meiki.text.detect.v0
|
| 12 |
|
| 13 |
experimental text detection models with focus on low latency. trained on japanese video games and manga.
|
|
|
|
| 8 |
- japanese
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# meiki.text.detect.v0.1
|
| 12 |
+
|
| 13 |
+
meiki.text.detect.v0.1 is an update to meiki.text.detect.v0 (see below):
|
| 14 |
+
- meiki.text.detect.v0.1 is a new state-of-the-art, open weight text detection model for video games beating text detection models like PaddleOCR
|
| 15 |
+
- while it is still based on D-FINE detector, it uses mobilenet v4 small as backbone instead of hgnet v2
|
| 16 |
+
- v0.1 comes in 2 variants: v0.1.960x544 and v0.1.320x192. unlike v0 both v0.1 variants share the same architecture, but are trained on different resolutions
|
| 17 |
+
- v0.1 models increase focus on video game text detection and are limited to 64 detected boxes, increasing efficency for this use case (making them less suitable for manga text detection out of the box)
|
| 18 |
+
- v0.1.960x544 and v0.1.320x192 have better accuracy and lower latency than small.v0 and tiny.v0 respectively
|
| 19 |
+
|
| 20 |
+
| cpu | gpu |
|
| 21 |
+
|:---:|:---:|
|
| 22 |
+
|  |  |
|
| 23 |
+
|
| 24 |
# meiki.text.detect.v0
|
| 25 |
|
| 26 |
experimental text detection models with focus on low latency. trained on japanese video games and manga.
|