William Silversmith

Results 358 comments of William Silversmith

I wrote fastremap, which offers in-place transposition to avoid the memory overhead for 2D, 3D, and 4D rectangular arrays. https://github.com/seung-lab/fastremap

I was initially worried that doing that forces users to use in-place transposition, which can take longer than out of place, but a user could also just not set the...

Actually, while it's clear what to do for downloads, uploading is more tricky. If we applied an IPT to the upload, it would change the input the user feeds to...

I think I'm going to close this and just mention fastremap in the documentation for CloudVolume.

Added some documentation. https://github.com/seung-lab/cloud-volume/wiki/Advanced-Topic:-C-vs-Fortran-Order

Not a bad idea! I'll consider doing that in the next release. On Fri, Aug 5, 2022 at 11:46 AM Philipp Schlegel ***@***.***> wrote: > Never mind - I was...

Hi Jingpeng! It looks like it corresponds to this line: https://github.com/seung-lab/compressedseg/blob/master/src/compressed_segmentation.pyx#L71 This makes me think that it's that there's no block size set. Make sure you set `compressed_segmentation_block_size: [8,8,8]` in...

I doubt this was the source of your issue, but I fixed a similar issue for sharded formats here: https://github.com/seung-lab/cloud-volume/commit/b4e24d7b6c994293064d633bde8cde04518340c6

Hi Philipp, I think a DVID plugin would be very welcome, but we don't have the resources to work on it right now. We'd love a PR and can provide...

You can also find information on the plugin system here: https://github.com/seung-lab/cloud-volume/wiki/Galaxy-Brain-Topic:-Subsystem-Architecture