Francisapzii
Francisapzii
> you can download the dataset in https://drive.google.com/drive/folders/1vspvRxnZ3shOV4kM5ELcO9-xztapBThS Tnanks. From this link I download the zip file. But can't found “train_new”,just “train”. So where to get “train_new”?

npz转图片的的代码: import numpy as np from PIL import Image def npz2img(npz_file_path, save_path): data = np.load(npz_file_path) print(data.files) if "img" not in data.files: raise "npz file don't have key 'img'" np_img =...
问一下,tain_new文件夹下就一个文件,其他文件从哪里获取的?