Unverified Commit 685394cb authored by topduke's avatar topduke Committed by GitHub
Browse files

Update rec_mtb_nrtr.yml

parent 2e76e46b
...@@ -63,7 +63,7 @@ Metric: ...@@ -63,7 +63,7 @@ Metric:
Train: Train:
dataset: dataset:
name: LMDBDataSet name: LMDBDataSet
data_dir: /paddle/data/ocr_data/training/ data_dir: ./train_data/data_lmdb_release/training/
transforms: transforms:
- NRTRDecodeImage: # load image - NRTRDecodeImage: # load image
img_mode: BGR img_mode: BGR
...@@ -82,7 +82,7 @@ Train: ...@@ -82,7 +82,7 @@ Train:
Eval: Eval:
dataset: dataset:
name: LMDBDataSet name: LMDBDataSet
data_dir: /paddle/data/ocr_data/evaluation/ data_dir: ./train_data/data_lmdb_release/evaluation/
transforms: transforms:
- NRTRDecodeImage: # load image - NRTRDecodeImage: # load image
img_mode: BGR img_mode: BGR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment