mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-09-21 13:23:18 +08:00
fixed gitignore 20220801
This commit is contained in:
@@ -10,14 +10,8 @@ __pycache__/
|
||||
inference/
|
||||
inference_results/
|
||||
output/
|
||||
<<<<<<< HEAD
|
||||
train_data
|
||||
log
|
||||
|
||||
=======
|
||||
train_data/
|
||||
log/
|
||||
>>>>>>> 1696b36bdb4152138ed5cb08a357df8fe03dc067
|
||||
*.DS_Store
|
||||
*.vs
|
||||
*.user
|
||||
|
||||
@@ -66,8 +66,7 @@ Metric:
|
||||
Train:
|
||||
dataset:
|
||||
name: LMDBDataSet
|
||||
# data_dir: ./train_data/data_lmdb_release/training/
|
||||
data_dir: I:/dataset/OCR/STR/evaluation/evaluation/CUTE80
|
||||
data_dir: ./train_data/data_lmdb_release/training/
|
||||
transforms:
|
||||
- DecodeImage: # load image
|
||||
img_mode: BGR
|
||||
@@ -89,8 +88,7 @@ Train:
|
||||
Eval:
|
||||
dataset:
|
||||
name: LMDBDataSet
|
||||
# data_dir: ./train_data/data_lmdb_release/evaluation/
|
||||
data_dir: I:/dataset/OCR/STR/evaluation/evaluation/CUTE80
|
||||
data_dir: ./train_data/data_lmdb_release/evaluation/
|
||||
transforms:
|
||||
- DecodeImage: # load image
|
||||
img_mode: BGR
|
||||
|
||||
@@ -26,7 +26,7 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval
|
||||
|
||||
|Model|Backbone|config|Acc|Download link|
|
||||
| --- | --- | --- | --- | --- |
|
||||
|RobustScanner|ResNet31V2|[rec_r31_robustscanner.yml](../../configs/rec/rec_r31_robustscanner.yml)|87.77%|coming soon|
|
||||
|RobustScanner|ResNet31|[rec_r31_robustscanner.yml](../../configs/rec/rec_r31_robustscanner.yml)|87.77%|coming soon|
|
||||
|
||||
Note:In addition to using the two text recognition datasets MJSynth and SynthText, [SynthAdd](https://pan.baidu.com/share/init?surl=uV0LtoNmcxbO-0YA7Ch4dg) data (extraction code: 627x), and some real data are used in training, the specific data details can refer to the paper.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user