-
Notifications
You must be signed in to change notification settings - Fork 34
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
Reading the LMDB data issue #10
Comments
Well, I have no idea on how to solve this problem. I google this problem, NVIDIA/DIGITS#1460, one issue mentioned that you cannot use lmdb in NFS. Have you store lmdb in NFS? |
No, not on NFS.
Is there anyway you could share videos for just one short sample of these 4? |
And even to be more specific, I would like to know how you create the data for mouth and uv. For UV, do you create all frames with UVAtlas, or just one time and render the rest by using mesh_uv? |
|
I have download the xa* data and followed the commands to create "data.mdb", but I run this code:
I get this error: "lmdb.PageNotFoundError: mdb_dbi_open: MDB_PAGE_NOTFOUND: Requested page not found"
Well, it seems strange because the data.mdb is almost 17 gigabytes
When I print the env.stat() I get this:
{'psize': 4096, 'depth': 1, 'branch_pages': 0, 'leaf_pages': 1, 'overflow_pages': 0, 'entries': 35}
The text was updated successfully, but these errors were encountered: