摘要: 程序示例: import torch from PIL import Image import torchvision.transforms as transforms def cutout(input): input[:, 100:200, 100:200] = 0.0 # 注意:这是in-pla 阅读全文
posted @ 2021-12-16 11:08 Picassooo 阅读(290) 评论(0) 推荐(0)