ku21fan / STR-Fewer-Labels

Scene Text Recognition (STR) methods trained with fewer real labels (CVPR 2021)
MIT License
173 stars 27 forks source link

Unable to open data files #12

Closed mariaalfaroc closed 1 year ago

mariaalfaroc commented 1 year ago

Hi!

I'm having trouble opening the data files in this repository. When I try to open them using Microsoft Access, I receive an error message that says "unrecognized database format" (see image attached). How can I solve the problem? Is it possible to download the data in any other format?

Thank you for your help :)

CaptureMaria
ku21fan commented 1 year ago

Hi,

They are lmdb datasets, thus you may not able to open with Microsoft Access.

According to here, the .mdb file format was used before Access 2007. However, it seems different from that of lmdb dataset, even though lmdb dataset also use .mdb file format.

To access samples in lmdb datasets, please see these codes.

Hope it helps :)