-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "data.lmdb" file in data seem to be corrupted #16
Comments
hi, i think this is the keys in the training set, note in the provided lmdb we only store testing keys, the training keys needs to be generated follow the instructions. If you not sure how, please contact me and i could give you instructions. |
hi, I would be very grateful if you could give me a more detailed instructions. |
Thank you for kindly sharing the implementation. However, I'm encountering the same issue. |
RULSTM repository explains how to download mdb files set consists of rgb, flow, obj mdb files. |
Hi, we only provide the key in testing split, for training split, you need to generate key pair by yourself as it take too much storage. For conversion, you could refer to this scripts and extract the training data yourself. |
Dear Stevenlsw,
I hope this message finds you well. I encountered an issue that the "data.lmdb" file in data seem to be corrupted .I use python==3.6 and LMDB version is 1.2.1. This is my error report.
The text was updated successfully, but these errors were encountered: