TypeError: Cannot handle this data type: (1, 1, 1), <i8 code example
Example: TypeError: Cannot handle this data type: (1, 1, 256), whatever by Precious Peacock on Dec 25 2020 Donate Comment
np.array(Image.fromarray((img * 255).astype(np.uint8)).resize((input_size, input_size)).convert('RGB'))