Lee Cooper

Results 39 comments of Lee Cooper

@cdeepakroy Label maps are fine. Great for supporting additional processing but not ingestion friendly. It looks like we are going to have programmatic commits of the boundary polylines so an...

Compression will be important to keep the label image sizes down. LZW should work great for this.

They will compress very nicely. Still may want to go with single or uint32 types here for when they are in memory.

@slee172 - please test performance for reading / writing features to HDF5. Let's get some insights from @cdeepakroy on how the features will stream out of the pipeline. Tiles are...

@slee172 that is a significant difference. Is the interface for writing HDF5 clear, or is it possible we are misusing it and writing 1 record/row at a time?

I think that covers the spatial query cases nicely. It's mostly about 1. serving up or analyzing data relevant to the field of view or 2. tile-based parallelization of analyses...

You need to provide some additional code or data for the inputs to get feedback. This is very likely related to how you are generating the inputs and is not...

I took a look at this today and I think the problem is that some numpy types are platform specific and so this is mismatching with what Cython expects on...

@AbdulRahimShihabuddin I have not worked on this since I don't have a Windows machine. The problem is in the platform defined types https://numpy.org/doc/stable/user/basics.types.html. If someone who is a Windows user...