.npy files are one-dimensional

.npy files are one-dimensional  

  By: Garyzan on May 26, 2023, 12:17 p.m.

Hello, the .npy files from the dataset are read as one-dimensional arrays by numpy and I have found no shape information in the dataset. How should I proceed here?

Re: .npy files are one-dimensional  

  By: llumetti on May 29, 2023, 12:32 p.m.

Hi Garizan, I'm sorry to hear that you're experiencing difficulties, but I wasn't able to reproduce the problem you mentioned. I reviewed all the volumes and i can assure that they all have the expected three dimensions. Please make sure you are using the latest version of python/numpy and that you are loading the correct file. If you continue to encounter issues, please don't hesitate to reach me out for further assistance. In such case, provide me also the patient number associated with the problematic situation and a minimal python snippet that i can use to reproduce the error, to let me dig deeply into your issue.

Best regards, Luca