-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Killed when appied in bigger data #15
Comments
Thanks for asking, @Whiteglad, and great question. In practice the image size is mainly limited by the system memory, so it may be platform-dependent. There are size limits based on file format, but the tool's readers (NumPy for NPY files, or ITK for other formats such as MHD/MHD, NIfTI, etc) should be able to read existing images regardless of size (as far as I know). What is the size of the image you are loading? It could be that there was an out of memory error when loading the large image. Could you let me know what command you ran and the error message you encountered? Are you using Mac or Windows (or Linux)? Also, did it work for you on the original data, but was killed with the larger data? |
I could easily load a 4.3 GB file into the GUI without the importer. I tried a 88.3 GB lightsheet tif-file using the importer, it needed about 30min to load but after that it worked pretty fine. Scrolling through slices, zooming works smooth. |
Thanks, @SaibotMagd, glad it's working! Just to note that images formats loaded without requiring import (eg MHD/MHA files loaded through SimpleITK) are fully loaded into memory, so they can become memory constrained. There's a way to access these images by ROI but haven't had a chance to implement it yet. |
|
This is super helpful, thanks for pointing it out, @SaibotMagd! |
When I run the smooth script for bigger data(upsampled 2X ), it was killed. What is the maximum resolution that this tool can handle?
The text was updated successfully, but these errors were encountered: