I have an image that when I read the shape of, it comes out like this:
data = cv2.imread("myimg.png") data.shape (145, 145, 3)
I wa