Let\'s suppose I have an image such that image.shape=(280,280,3)
If I do img[[[1,2],[1,2],[1,2]]].shape, I obtain (2,). But I expected to obtain (2,2,2)...
How