shimoda commited on
Commit
8361efa
·
verified ·
1 Parent(s): 50f2171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -47,13 +47,13 @@ resources/
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
 
 
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