rtr46 commited on
Commit
03d1638
·
verified ·
1 Parent(s): 42893a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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
+ | ![accuracy_vs_cpu_latency](https://cdn-uploads.huggingface.co/production/uploads/68f7a26cfcf6939fd30fb19f/91aWIOgNQ9N8G7iaspRKX.png) | ![accuracy_vs_gpu_latency](https://cdn-uploads.huggingface.co/production/uploads/68f7a26cfcf6939fd30fb19f/61-T8E9RNnGtaHDCWcU23.png) |
23
+
24
  # meiki.text.detect.v0
25
 
26
  experimental text detection models with focus on low latency. trained on japanese video games and manga.