summerlvsong / Aggregation-Cross-Entropy

Aggregation Cross-Entropy for Sequence Recognition. CVPR 2019.
303 stars 60 forks source link

Can you provide the data generator tool ? #3

Closed lamhoangtung closed 5 years ago

lamhoangtung commented 5 years ago

Hi, thanks for the amazing works.

I was wondering that could you provide the tool that you guys have used to generate these toy dataset ?

Thanks you

summerlvsong commented 5 years ago

Hi, there are very few images (5000 traini/ 1000 test) in this toy dataset, therefore, we directly read the images without using tool like lmdb. Please refer to file "source/utils/data_loader.py".

lamhoangtung commented 5 years ago

@summerlvsong that’s not what I mean

How do you guys get the data from ? Did you guys generated all that images ?

summerlvsong commented 5 years ago

Yes, I misunderstood what you mean. The images are synthetic, we have not yet planned to open source code for data synthesis.

lamhoangtung commented 5 years ago

@summerlvsong Thanks