You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIFFStackReader is a lot slower than the max read speed of my given hardware
For a 17.6GB dataset:
TIFFStackReader takes roughly 100sec (180MB/s)
ImageJ takes 30sec (600MB/s)
PIL in python takes 61sec (300MB/s)
The data is on a SSD on a PCIe slot on the motherboard, so the 180MB/s speed is very slow. I've recently started using 100GB datasets, so this equates to near 10mins of data loading time which can be quite tedious for testing different configurations
Environment
cil 24.2.0 np126py312_0 ccpi
The text was updated successfully, but these errors were encountered:
Description
TIFFStackReader is a lot slower than the max read speed of my given hardware
For a 17.6GB dataset:
TIFFStackReader takes roughly 100sec (180MB/s)
ImageJ takes 30sec (600MB/s)
PIL in python takes 61sec (300MB/s)
The data is on a SSD on a PCIe slot on the motherboard, so the 180MB/s speed is very slow. I've recently started using 100GB datasets, so this equates to near 10mins of data loading time which can be quite tedious for testing different configurations
Environment
cil 24.2.0 np126py312_0 ccpi
The text was updated successfully, but these errors were encountered: