Dehuan2022
Results
1
comments of
Dehuan2022
解决了, 在 utils/dataloader.py _ def__getitem__(self, index) {...; image_path = os.path.join(self.datasets_path, photo_name)}这一句 ;改为 os.path.join(self.datasets_path, photo_name).replace("\\","/"); 就好了,,不知道是不是编译器的问题,把路径里面的双反斜杠 改成单斜杠就好了。