I now have a batch of images that I want to convert to numpy data to save, but the image size is not fixed (I don"t want resize)
for example, a. Shapee = (3rec 2jue 9), b. Shapee = (3pr 3pr 8), how to merge a meme b into c? That is to say, to realize c [0] = a ~ ~ c [1] = b?
so I would like to ask, is there any way to save these inconsistent pictures in the form of numpy.array?