tensorflow数据预处理

假设img为PIL.image格式
img = tf.convert_to_tensor(img)
img = tf.image.resize(img,(224,224))

你可能感兴趣的:(tensorflow,tensorflow)