Update rec_mtb_nrtr.yml

pull/3721/head
topduke 2021-08-17 21:46:50 +08:00 committed by GitHub
parent 2e76e46b3c
commit 685394cbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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