-
Notifications
You must be signed in to change notification settings - Fork 47
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
download mesh cutouts #580
Comments
Hi HHHit, this is not currently implemented, but it is possible for multi-resolution meshes since the lower levels are stored as a grid of meshes for random access. |
Does that mean I can download the mesh of only one part of a neuron using the multi-resolution mesh? How to do it? |
This is something that I didn't plan on implementing b/c I wasn't sure anyone would use it. Neuroglancer does this already to implement multi-level zoom for meshes. CloudVolume just downloads all of the LOD meshes and fuses them. I'm a bit busy atm, so you'll have to consult and modify the CloudVolume code and/or the Neuroglancer multires spec in order to do this. Here's the code where CloudVolume downloads and parses the different mesh fragments. |
Thanks!
…On Mon, Mar 27, 2023 at 3:20 PM William Silversmith < ***@***.***> wrote:
This is something that I didn't plan on implementing b/c I wasn't sure
anyone would use it. Neuroglancer does this already to implement
multi-level zoom for meshes. CloudVolume just downloads all of the LOD
meshes and fuses them.
I'm a bit busy atm, so you'll have to consult and modify the CloudVolume
code and/or the Neuroglancer multires spec in order to do this. Here's the
code where CloudVolume downloads and parses the different mesh fragments.
https://github.com/seung-lab/cloud-volume/blob/master/cloudvolume/datasource/precomputed/mesh/multilod.py#L133-L152
—
Reply to this email directly, view it on GitHub
<#580 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6AIAMVK424VWRVP5FIC3LW6HR65ANCNFSM6AAAAAAWJNVZWA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Do you know if we can download part of the mesh similar to the segmentation? Such as obtaining the cutout given a bounding box.
The text was updated successfully, but these errors were encountered: