update rec_vit_parseq.yml, test=document_fix (#11856)

pull/11871/head
贾晓 2024-04-01 14:21:56 +08:00 committed by GitHub
parent 724f5e0d63
commit bc06f6f259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Metric:
Train:
dataset:
name: LMDBDataSet
data_dir:
data_dir: ./train_data/data_lmdb_release/training/
transforms:
- DecodeImage: # load image
img_mode: BGR
@ -98,7 +98,7 @@ Train:
Eval:
dataset:
name: LMDBDataSet
data_dir:
data_dir: ./train_data/data_lmdb_release/evaluation/
transforms:
- DecodeImage: # load image
img_mode: BGR