Такого файла или каталога нет
#python #pytorch Вопрос: import os from PIL import Image path='D:/SomeExperiments/KITTRawData/2011_09_26/2011_09_26_drive_0091_sync/image_03/data/0000000100.jpg' with open(path,'rb') as f: pass ошибка, как показано ниже [Errno 2] No such file or directory: 'D:/SomeExperiments/KITTRawData/2011_09_26/2011_09_26_drive_0091_sync/image_03/data/0000000224.jpg' но я могу…