-
Notifications
You must be signed in to change notification settings - Fork 299
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
Error while loading sharded meshes #394
Comments
|
Okay! I think I might have a lead then. Thanks Jeremy! |
@Mencu Running into the same issue with large draco mesh shards, did you ever figure this one out? CloudVolume/DracoPy is decoding the mesh just fine - 16,128,411 vertices, 31,662,220 faces, 0 vertex normals. |
Looks like it's a 32-bit memory limitation.
For a larger mesh (22.5M vertices), it now fails with |
Hello,
I have noticed an error in the web console that I can barely debug, for which I need a bit of help with.
Because we have a big data set, we have sharded (draco compressed) the data, in order to be fed to Neuroglancer. Some cell meshes still exceed a certain size and need to have a truncated requests/responses. I have noticed some of these meshes end up in an error in the console:
Their data is being fetched by Neuroglancer.
First request:
Second request:
But the mesh is not shown in the Viewer. I have tried to debug the chunk manager, but I had no luck. Also, the shard files seem to work, as I've loaded the problematic meshes with cloud-volume.
Do you have any idea where I could start debugging?
Best,
Andrei Mancu
The text was updated successfully, but these errors were encountered: