ChenRocks / UNITER

Research code for ECCV 2020 paper "UNITER: UNiversal Image-TExt Representation Learning"
https://arxiv.org/abs/1909.11740
777 stars 109 forks source link

*.mdb file's consulting #59

Open luoying050601 opened 3 years ago

luoying050601 commented 3 years ago

Hey, I've downloaded the source data, but there's only data.mdb and lock.mdb file. But, I can't access them for lacking of the database's information. something like this:

connStr = (

r'Driver={SQL Sever};'

r'Server=sqlserver;'

r'Database=bill;'

r'UID=sa;'

r'PWD=passwd'

)

I would like to know if txt_db stores sentences and img_db stores npz files? @lichengunc @linjieli222