You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I have a local dataset in neuroglancer precomputed format (sharded) which also contains meshes.
Following the tutorial, I'm loading the meshes and I'm applying some transformations to them.
After the transformations have been applied, I'd like to save the updated meshes back as sharded neuroglancer precomputed format, ideally into a new output folder.
Is this possible with cloud-volume?
Do you have experience with this use-case and know how to continue?
Thanks!
The text was updated successfully, but these errors were encountered:
Producing a shard is kind of convoluted, but if you do the updates in batches, you could try following the code here and replacing the original shard filename:
Hi everyone,
I have a local dataset in neuroglancer precomputed format (sharded) which also contains meshes.
Following the tutorial, I'm loading the meshes and I'm applying some transformations to them.
After the transformations have been applied, I'd like to save the updated meshes back as sharded neuroglancer precomputed format, ideally into a new output folder.
Is this possible with cloud-volume?
Do you have experience with this use-case and know how to continue?
Thanks!
The text was updated successfully, but these errors were encountered: