I have a 3D Image represented in numpy array format. Shape is (60, 60, 15) , 60 width 60 height 15 frames deep.
Now I want to process this image further with another library. But this library requires an argument "channels". https://keras.io/layers/convolutional/#conv3d
What I don't get is how to find out how many channels my image has. Images are 3D MRI images: 1 slice:
