2020年11月29日

图片的读取

摘要: import torch import cv2 as cv from PIL import Image import numpy as np a = cv.imread('woman.png') print(a.shape)#[H,W,C] print(a.dtype) c = Image.open 阅读全文

posted @ 2020-11-29 11:19 cltt 阅读(107) 评论(0) 推荐(0) 编辑

导航