import tensorflow as tffrom tensorflowkeraspreprocessingimage import ImageDataGenerator# Define the input and output sizesinput_size = None None 3output_size = 720 1280 3# Define the network architect
是的,这里的train和test是指包含训练图像和测试图像的文件夹路径。ImageDataGenerator将从这些文件夹中读取图像数据并进行增强和预处理。
原文地址: https://www.cveoy.top/t/topic/bWQH 著作权归作者所有。请勿转载和采集!