摘要: import numpy as np import tensorflow as tf import cv2 ###导入图像为numpy数组 def load_image_into_numpy_array(image): (im_width, im_height) = image.size retur 阅读全文
posted @ 2018-07-21 14:23 黄多多 阅读(172) 评论(0) 推荐(0)