提交 b324c727 编写于 作者: xuyang2233's avatar xuyang2233

fixed gitignore 20220801

上级 3337dee6
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册