bytedance / E2STR

The official code for the CVPR 2024 paper: Multi-modal In-Context Learning Makes an Ego-evolving Scene Text Recognizer
Apache License 2.0
41 stars 4 forks source link

How to read data in lmdb format? #2

Closed 1193700079 closed 3 weeks ago

prefixRAINSTARsuffix commented 1 month ago

This could be a bit troublesome, since we use json files to save and read the image paths. You may refer to the file mmocr/datasets/recog_lmdb_dataset.py and rewrite the dataset configs.