摘要: 1 # -*- coding: utf-8 -*- 2 3 import os 4 import sys 5 import numpy as np 6 import cv2 7 8 IMAGE_SIZE = 224 9 10 11 # 按照指定图像大小调整尺寸 12 def resize_image(image, height=IMAGE_SIZE, width=IMA... 阅读全文
posted @ 2018-03-02 10:09 ayew 阅读(3284) 评论(1) 推荐(0) 编辑