1 from PIL import Image 2 3 4 def convert_1(): 5 image = Image.open("D:/pytorch_code/pytorch_study/fusion_datasets/1.jpg") 6 image_1 ...
確定! 回上一頁