I have a function
def preprocess(image): image = cv2.cvtColor(image, cv2.COLOR_RGB2YUV) image = cv2.GaussianBlur(image, (3, 3), 0) image = cv2.resize(i