The shape of my array is [1900,1700,3]; basically I have converted an image into a NumPy array and want this NumPy array to be stored in a file. I want to read this file in a different script and perform array functions on the original array, so what would be the best way to store this NumPy array into a file, and how to convert back the file data to the array? Thanks!
Asked
Active
Viewed 87 times