TypeError: Invalid shape (0, 256, 256, 3) for image data
As stated by title, I am building a playing card detection model that will identify cards and keep score. I am currently running into a problem right out of the gate. I’m unsure of why the shape is incorrect. I have pulled one image, used img_to_array and got something like (250,176,3).