-
Notifications
You must be signed in to change notification settings - Fork 10
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
Do I have to use Google Cloud to use pychunkedgraph #456
Comments
Alternatively, let's say I now have an EM data and corresponding Segmentation data. Both are arrays stored in |
Hi Achilles, the ChunkedGraph would only be needed to facilitate proofreading. Are you trying to make your segmentation proofreadable? The ChunkedGraph is not needed if you only want to visualize your segmentation (including meshes and skeletons) in neuroglancer. The ChunkedGraph has a separate meshing pipeline once the data is ingested. I posted some info below For data format and conversion see here: https://github.com/seung-lab/PyChunkedGraph/blob/e9e9492da3427459484be41aa2e3dda36f8daea9/docs/segmentation_preprocessing.md |
Thank you for your reply. Yes, we are doing the equivalent of over-segmentation segmentation concatenation (or tracing). I now have a chunk of data image and the corresponding over-segmentation(both files stored in |
Hi Dorkenwald, If I want to implement storing with |
Assuming I have an EM image and segmentation of an electron microscope dataset, my previous approach was to generate corresponding mesh and skeleton using
igneous
. Afterwards, I will use the Nodejs server so that I can access these generated meshes and skeletons locally and visualize them through theneuroglancer
.If I want to use pychunked graph to store and mount them on the server now, must I use Google Cloud?
The text was updated successfully, but these errors were encountered: