InsaneOnion / ConCLR

A code repository that attempts to implementation the Context-Based Contrastive Learning for Scene Text Recognition (AAAI 2022) (unofficial)
Other
1 stars 0 forks source link

有关数据集标签 #2

Closed SuperGGB0 closed 4 months ago

SuperGGB0 commented 4 months ago

大佬好,我在加载数据集的时候,读取mbd文件后打印出来key和value,如下:

image

我的疑惑在于为什么没有label,数据集下载的是ABINet的ST https://github.com/FangShancheng/ABINet

InsaneOnion commented 4 months ago

你的代码没有截全,你应该只是读取了lmdb中的图片,该lmdb数据集中的image与label并不是键值对的关系,他们是分开存储的。比如image的key为"image-{idx}",label为"label-{idx}"。(btw,我们是不是在做同一个老师的考核

SuperGGB0 commented 4 months ago

原来是这样,这么巧吗?Zhouyu老师吗?

InsaneOnion commented 4 months ago

😃hh是的

SuperGGB0 commented 4 months ago

hhh,你好厉害,感觉稳的😁

InsaneOnion commented 4 months ago

hh过奖了,我也是小白,大家都很优秀,加油。