I'm newbie with Python and also with Numpy.
I have this code:
one_array.shape
When I run it, I get this output:
(20, 48, 240, 240)
one_array
is a Numpy Array that has 20 images.
What do mean the other three numbers in shape output (48, 240, 240)?