numpy数组转图片有几种方式,如scipy.misc.toimage、PIL.image.fromarray两者对数据类型dtype要求不一样,前者要求tf.float32,后者要求tf.uint8。