摘要: import numpy as np from PIL import Image from matplotlib import pyplot as plt def img_pad(pil_file, fixed_size=300): w, h = pil_file.size if h >= w: f 阅读全文
posted @ 2022-07-12 16:37 谢林臻 阅读(183) 评论(0) 推荐(0)