TaiSu icon indicating copy to clipboard operation
TaiSu copied to clipboard

Can you teach me how to save a dataset as an LMDB database?

Open lyccol opened this issue 1 year ago • 1 comments

Can you teach me how to save a dataset as an LMDB database?

I saw that you used two LMDB databases, one for images and one for text, to load data.

lyccol avatar Mar 12 '23 16:03 lyccol

You may refer to this: https://github.com/YulongBonjour/SimVLM/tree/main/data_utils

YulongBonjour avatar Mar 13 '23 04:03 YulongBonjour