摘要:
一、 切片 24*24 和 96*96 import os import random import cv2 def crop_mod(img, scale): h,w = img.shape[0], img.shape[1] a = h%scale b = w%scale if len(img.shape)==2: img = img[0: h-... 阅读全文
posted @ 2019-09-02 10:18
可爱小小畅
阅读(559)
评论(0)
推荐(0)

浙公网安备 33010602011771号