Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PaddleOCR Assets
|
| 2 |
+
|
| 3 |
+
This repository stores the model assets used by the converter backend.
|
| 4 |
+
|
| 5 |
+
## Layout
|
| 6 |
+
|
| 7 |
+
- `checkpoints_finetune_v4/` - DeepFont checkpoint bundle
|
| 8 |
+
- `code_basic/` - PaddleOCR model assets and dictionary files
|
| 9 |
+
|
| 10 |
+
## Contents
|
| 11 |
+
|
| 12 |
+
- `checkpoints_finetune_v4/best_checkpoint.pt`
|
| 13 |
+
- `code_basic/model/download/`
|
| 14 |
+
- `code_basic/model/rec_ppocr_v4/`
|
| 15 |
+
- `code_basic/model/ch_ppocr_mobile_v2.0_cls_train/`
|