William Silversmith

Results 422 comments of William Silversmith

Got the first pass not crashing. Seems slower at the moment. Will have to figure out why. Looks like this speeds the first pass up, but slows down relabeling. Probably...

I realized that this doesn't account for contact surfaces instead substituting in total voxel count. However, it was an easy update to `cc3d` to add in contact surface area or...

Yes, thank you for clarifying that. I wasn't entirely sure what role spare was playing as there were some elements that were confusing to me. ~For example, spare is a...

Actually, strike that first comment, it looks like if the integer is a numpy integer, that `n != spare` works. I think that's deprecated behavior though. The updated way to...

Hi m, I would recommend increasing the chunk size to 1024x1024x1 which is still a reasonable size and would result in a much more manageable number of chunks. I'm investigating...

Thanks for writing in! This is 100% related to: > I noticed that neuroglancer displayed an error "Data type not supported by WebGL: UINT8" which is the data_type of "vertex_types"...

Thanks Jeremy, I'll have to look into it more closely!

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

That's the idea. I'm just worried about breaking people's scripts now that the feature has been this way so long. :-/

This was closed because all precomputed volumes are in F order. We've been trying to not upload unviewable volumes. Could you describe your use case? On Wed, Jan 23, 2019,...