"vscode:/vscode.git/clone" did not exist on "ab38ddf64fd648695de1fa603181804b5aad3100"
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:
Train:
dataset:
name: LMDBDataSet
data_dir: /paddle/data/ocr_data/training/
data_dir: ./train_data/data_lmdb_release/training/
transforms:
- NRTRDecodeImage: # load image
img_mode: BGR
......@@ -82,7 +82,7 @@ Train:
Eval:
dataset:
name: LMDBDataSet
data_dir: /paddle/data/ocr_data/evaluation/
data_dir: ./train_data/data_lmdb_release/evaluation/
transforms:
- NRTRDecodeImage: # load image
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