在pytorch环境下使用skimage读取自己数据集中的图片,报错找不到某张图片。
读取图片使用代码:depth = io.imread(depth_dir[idx])
报错代码:FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0.
FileNotFoundError: No such file: 'E:\mobilenetv2\trainDebth_20.png'
而且多次尝试运行后,每次报错找不到的图片都不一样
望解答!!