I have data stored in the NumPy array in .pkl file format. I only had an idea that data consists of low-dose CT DICOM images. But as the data is in array format I don’t know what the original images look like. I am stuck at this point may be my question is also not valid but still, does anybody have knowledge about it. I don’t know whether my question is valid but I I am confused here and I want to get images from it
This is the .pkl format file lowDose_CT.pkl and when I read this file I got the following output
output
[[array([[[-1000, -1000, -1000, …, -1000, -1000, -1000], [-1000, -1000, -1000, …, -1000, -1000, -1000], [-1000, -1000, -1000, …, -1000, -1000, -1000], …, [-1000, -1000, -1000, …, -1000, -1000, -1000], [-1000, -1000, -1000, …, -1000, -1000, -1000], [-1000, -1000, -1000, …, -1000, -1000, -1000]],…