pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
281 stars 78 forks source link

Crashing with huge DICOM datasets on Windows #98

Open MattTheCuber opened 1 year ago

MattTheCuber commented 1 year ago

Hello,

ITK-SNAP is crashing on multiple different systems using fresh installs of ITK-SNAP both Windows 10 and Windows 11 when using large datasets.

The dataset is a non-corrupted series of DICOM images (.dcm) with a total size of 14.9 GB. (Dimensions: 1832x1832x2399)

We can load smaller datasets of the same type with no problem. But when we try to load this large dataset, ITK-SNAP says "Reading Image..." and freezes at the end of the loading bar (I assume while its trying to open the next window). The machine has 32 GB of RAM and usage in task manager reaches 60% when it crashes. Let me know of any additional information or logs that I can provide.

Thanks!

jilei-hao commented 1 year ago

Thanks for reporting! There were reports from other users also related to opening large Dicom series. I’ll investigate.

Best, Jilei

On Tue, May 16, 2023 at 4:05 PM Matthew Vine @.***> wrote:

Hello,

ITK-SNAP is crashing on multiple different systems using fresh installs of ITK-SNAP both Windows 10 and Windows 11 when using large datasets.

The dataset is a non-corrupted series of DICOM images (.dcm) with a total size of 14.9 GB. (Dimensions: 1832x1832x2399)

We can load smaller datasets of the same type with no problem. But when we try to load this large dataset, ITK-SNAP says "Reading Image..." and freezes at the end of the loading bar (I assume while its trying to open the next window). The machine has 32 GB of RAM and usage in task manager reaches 60% when it crashes. Let me know of any additional information or logs that I can provide.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/pyushkevich/itksnap/issues/98, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARDT6PVOHDUWUYFYDVP4LQDXGPM2PANCNFSM6AAAAAAYEEI4Y4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MattTheCuber commented 1 year ago

Any news on this? Can I be of any help?