Hi, I tried to solve this, but I just don’t know how to do it:
I’m currently trying to open a .raw file and then convert it into a numpy array. But I got this error:
Hi @randyzwitch, thank you for your anwer!
Actually, its not camera sensor, but voxelized tomography images, but I do believe the formats should be equivalent, except for what the third axis represents (either time or depth). Actually, this is how I do it when using local files, but, while numpy should be aple to take the actual file object in place of the path, the object returned by st.file_uploader throws that error.
Now, I did find a workaround, but it requires me to load PIL, which i don’t use otherwise, and I do suspect it’s not efficient, but I tested it and it worked: