manoaman

Results 43 comments of manoaman

Thank you for the inputs @william-silversmith !! Wow, it does need to be carefully processed for production ready chunks to be uploaded. What if the scenario is to compute on...

Hi @william-silversmith , Yes, definitely I would need to revisit the current prices for s3. To better understand the illustrated example, what was the original file size of the raw...

Interesting, maybe I should try 1024 instead? I used `chunk_size=[256, 256, 1]` for chunking. The following is the code snippet for the info file definition. ``` info = CloudVolume.create_new_info( #...

thank you @fcollman !! @william-silversmith Initially with 256x256 chunk size, CloudVolume exited so it was quoted against a single folder. (I think the failure has to do with the storage's...

Oh cool, I did not know igneous was available from pip install. I've given a try with `igneous xfer ...` by adding "precomputed://" for the target directories and getting this...

Ops, sorry about that. I've given several tries after attempting the protocol and the format warnings and this is what I'm seeing so far. The cli command is something as...

Okay. I tried different combinations of FORMAT and PROTOCAL prefixes, and also without the prefixes. It turns out, I had to explicitly specify them. The following command seemed to run...

The process still seems to be running and here is what I see from `ptq status ...`. I'll try and give some time to check back later. Looks completed from...

Hi Will, I tested out this morning on Neuroglancer and the sharded file formats load great. I do see the size reduction in number of files generated and the total...

Okay. Let me try increasing the chunk size to 512,512,64 to see the change. It seems to be taking longer this time so I would have to see how the...