Update README.md
Browse files
README.md
CHANGED
@@ -46,29 +46,29 @@ resources/
|
|
46 |
</pre>
|
47 |
|
48 |
## 📘 ⚠️Manual download required⚠️
|
49 |
-
|
50 |
Please download this weight from the official [Deeosolo](https://github.com/ViTAE-Transformer/DeepSolo) implementation.
|
51 |
[[link](https://onedrive.live.com/?redeem=aHR0cHM6Ly8xZHJ2Lm1zL3UvcyFBaW1CZ1lWN0pqVGxnY2Q5d2k0MzJ1aXRNZ1RNLXc%5FZT1manVKYm0&cid=E534267B85818129&id=E534267B85818129%2125597&parId=E534267B85818129%2125575&o=OneUp)] uses ViTAEv2-S as its backbone and is trained on `Synth150K+Total-Text+MLT17+IC13+IC15+TextOCR`.
|
52 |
-
|
53 |
Please download this weight from the official [MaskTextSpotterV3](https://github.com/MhLiao/MaskTextSpotterV3) implementation.
|
54 |
[[link](https://drive.google.com/file/d/1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs/view)]
|
55 |
-
|
56 |
Since the Arial font cannot be redistributed, please obtain it through your operating system or another legal source. As an alternative, you may use an open font such as Liberation Sans (resources/data/LiberationSans-Regular.ttf). However, please note that we have observed a drop of 1–2 points in OCR accuracy on the Mario-Eval benchmark when using AnyText with Liberation Sans under our best configuration.
|
57 |
|
58 |
## 📘 Dataset details
|
59 |
|
60 |
-
|
61 |
-
Pretrained weights used for various modules in the Type-R pipeline:
|
62 |
-
- **ocr/**: Models for OCR detection/recognition.
|
63 |
-
- **text_eraser/**: Inpainting or erasure modules for removing text.
|
64 |
-
- **text_editor/**: Models for rendering text into images.
|
65 |
-
- **t2i/**: Large text-to-image models.
|
66 |
-
|
67 |
|
68 |
|
69 |
-
|
70 |
-
|
71 |
-
- **hfds/**: includes prompts, augmented prompts and images of Mario-Eval Benchmark
|
72 |
|
73 |
|
74 |
|
|
|
46 |
</pre>
|
47 |
|
48 |
## 📘 ⚠️Manual download required⚠️
|
49 |
+
- `resources/weight/ocr/solo.pth`
|
50 |
Please download this weight from the official [Deeosolo](https://github.com/ViTAE-Transformer/DeepSolo) implementation.
|
51 |
[[link](https://onedrive.live.com/?redeem=aHR0cHM6Ly8xZHJ2Lm1zL3UvcyFBaW1CZ1lWN0pqVGxnY2Q5d2k0MzJ1aXRNZ1RNLXc%5FZT1manVKYm0&cid=E534267B85818129&id=E534267B85818129%2125597&parId=E534267B85818129%2125575&o=OneUp)] uses ViTAEv2-S as its backbone and is trained on `Synth150K+Total-Text+MLT17+IC13+IC15+TextOCR`.
|
52 |
+
- `resources/weight/ocr/masktextspotterv3.pth`
|
53 |
Please download this weight from the official [MaskTextSpotterV3](https://github.com/MhLiao/MaskTextSpotterV3) implementation.
|
54 |
[[link](https://drive.google.com/file/d/1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs/view)]
|
55 |
+
- `resources/data/arial_unicode_ms.ttf`
|
56 |
Since the Arial font cannot be redistributed, please obtain it through your operating system or another legal source. As an alternative, you may use an open font such as Liberation Sans (resources/data/LiberationSans-Regular.ttf). However, please note that we have observed a drop of 1–2 points in OCR accuracy on the Mario-Eval benchmark when using AnyText with Liberation Sans under our best configuration.
|
57 |
|
58 |
## 📘 Dataset details
|
59 |
|
60 |
+
- `weight/`
|
61 |
+
- Pretrained weights used for various modules in the Type-R pipeline:
|
62 |
+
- **ocr/**: Models for OCR detection/recognition.
|
63 |
+
- **text_eraser/**: Inpainting or erasure modules for removing text.
|
64 |
+
- **text_editor/**: Models for rendering text into images.
|
65 |
+
- **t2i/**: Large text-to-image models.
|
66 |
+
- If the T2I model requires authentication, make sure to log in to Hugging Face (e.g., using huggingface-cli login) before executing the pipeline.
|
67 |
|
68 |
|
69 |
+
- `data/marioevalbench/`
|
70 |
+
- The dataset containing prompts and reference images for evaluating Type-R:
|
71 |
+
- **hfds/**: includes prompts, augmented prompts, and images of the Mario-Eval Benchmark
|
72 |
|
73 |
|
74 |
|