坚强魔镜

文章
7
资源
1
加入时间
3年1月10天

TensorFlow图像处理函数

1. 读取图片import matplotlib.pyplot as pltimport tensorflow as tfimport numpy as npimage_raw_data = tf.gfile.FastGFile('./datasets/cat.png','rb').read()with tf.Session() as sess: image_data = tf...