bluolightning commited on
Commit
fb836a1
·
verified ·
1 Parent(s): dd09cf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,17 +15,17 @@ tags:
15
  - PaddlePaddle
16
  ---
17
 
18
-
19
  ## Model Description
20
 
21
- This is a fine-tuned version of the **PaddleOCR v5 Server Detection Model**. It has been trained on a dataset of manga speech bubble crops to improve detection of:
22
  - **Speech Bubbles Lines:** Standard dialogue detection.
23
  - **Vertical Text Lines:** Improved bounding boxes for Japanese vertical writing (*tategaki*).
24
  - **Text Lines Outside Bubbles:** Narration boxes and floating text.
 
25
 
26
  This model outputs bounding boxes (polygons) for text regions. It does not perform text recognition; you will need a separate recognition model for that.
27
 
28
- Note that this model is still being worked on, and may improve with a better dataset.
29
 
30
  # Training Data
31
  The dataset consisted largely of synthetic data due to the limited real samples available.
 
15
  - PaddlePaddle
16
  ---
17
 
 
18
  ## Model Description
19
 
20
+ This is a fine-tuned version of the **PaddleOCR v5 Server Detection Model**. It has been trained on a dataset of manga speech bubble crops to improve detection for:
21
  - **Speech Bubbles Lines:** Standard dialogue detection.
22
  - **Vertical Text Lines:** Improved bounding boxes for Japanese vertical writing (*tategaki*).
23
  - **Text Lines Outside Bubbles:** Narration boxes and floating text.
24
+ - **Text Lines With Furigana:** Greatly reduced the creation of separate bounding regions for furigana.
25
 
26
  This model outputs bounding boxes (polygons) for text regions. It does not perform text recognition; you will need a separate recognition model for that.
27
 
28
+ Note that this model is still being worked on, and may improve with a better dataset or hyperparameters.
29
 
30
  # Training Data
31
  The dataset consisted largely of synthetic data due to the limited real samples available.