Describe the feature you'd like
The classification model takes a 3D array with shape (512, 512, 3) with the RGB values of every pixel, divided by 255 (so the values are from 0 to 1). You should resize the loaded image to the given resolution (512x512, preferably with anti-aliasing), convert it to an array of pixel values and divide them.
Additional context

Describe the feature you'd like
The classification model takes a 3D array with shape (512, 512, 3) with the RGB values of every pixel, divided by 255 (so the values are from 0 to 1). You should resize the loaded image to the given resolution (512x512, preferably with anti-aliasing), convert it to an array of pixel values and divide them.
Additional context
