from tensorflow.keras.preprocessing import image

# 이미지 불러오기
fish = image.load_img(img_path, target_size=(256, 256))