-
Notifications
You must be signed in to change notification settings - Fork 17
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
Examples of using mulitres mesh? #142
Comments
Hi Edward, I would just follow along with the code in the CLI module. You need to do the initial mesh forging tasks as "sharded" then you need to call sharded mesh merge. Let me know if you need more help! |
Something like this?
|
That looks like it works! |
Must we use the sharded=True parameter? When I use this, I get: And then this file is not created: mesh_mip_0_err_40/0.shard I'm using int8 as the data type by the way. Thanks! |
That's a pretty odd error. That makes me think the bounding box is being manipulated incorrectly for some reason. What are the dimensions of your dataset? If you're working with a reasonably small dataset, then (I forgot this existed for a sec) you can use the unsharded multi-res. Omit the sharded flag and use this function, https://github.com/seung-lab/igneous/blob/master/igneous/task_creation/mesh.py#L449-L513 |
Thanks, I'm having better luck with the unsharded process and it appears to be working! |
Is there any example code for using the multi resolution mesh creation with scripting?
The text was updated successfully, but these errors were encountered: