-
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
Writing Skeleton Question #540
Comments
Thanks so much in advance for any help!! |
Thanks for writing in! This is 100% related to:
I should probably remove that as a default option. Neuroglancer can't handle integer attributes at this time. @jbms do you know if it would be easy to add integer support for Skeleton attributes? In the mean time, do the following:
That will prevent Neuroglancer from encountering indigestible attribute types. The "radius" attribute will still be present and decodable. |
Thanks so much! Oddly, those attributes seem to reappear sometime during
and this gives the output:
I'll look into why this might be tomorrow, but let me know if you have any ideas. |
Yes, it would be fairly easy to add support for integer attributes. |
Thanks Jeremy, I'll have to look into it more closely! |
@william-silversmith I noticed that when committing the skeleton info file for the first time, it appears that the default skeleton info file includes So, sounds like the default skeleton metadata is incompatible with neuroglancer, and looks like you think the best way forward is to change neuroglancer to accept integers. Is there anything I can do to help? |
I made a first attempt at adding integer support to neuroglancer here but haven't tested it yet: https://github.com/william-silversmith/neuroglancer/tree/wms_int_skel |
Hi,
I'm having issues creating skeleton objects locally using cloud-volume that can be seen in neuroglancer. Take this toy code:
When I use the neuroglancer live demo:
https://neuroglancer-demo.appspot.com/
and enter the layerprecomputed://<address-from-viewer()>
, I can see the segmentation volume properly, but I cannot load the skeleton (see attached screenshots). What's weird is that CloudVolume has no issue reading the skeleton object, and further it appears that the browser is correctly locating it (I get HTTP 200 message), but nothing is showing.Anyway, is there anything I'm obviously doing wrong? I've tried things like
upload_raw
for the skeleton, and changing thecompress
parameter in the CloudVolume object. I would appreciate any tips related to writing skeleton objects using CloudVolume.The text was updated successfully, but these errors were encountered: