Hi team, I'm using monai.data.LoadImaged with ITKReader and the inverse_indexing option = True to load data. The MONAI version is 1.0.1 and ITK version 5.2.1post1. However, it leads to a segmentation fault error and breaks the dataloader. Downgrading MONAI to 0.9.0 seems to solve the issue but I wonder what the root cause is and how to solve it more efficiently.
Thanks.