intel / unet

U-Net Biomedical Image Segmentation
Apache License 2.0
303 stars 124 forks source link

hidden file #22

Closed wxr521314 closed 4 years ago

wxr521314 commented 4 years ago

Hello: I used my own data set, the following error occurred;

FileNotFoundError: No such file or no access: '/home/zhengsc/Desktop/unet/3D/Task100_Colon/./imagesTr/colon_212.nii.gz'

I really don't have this hidden file. I looked at the contest data and he had a hidden file. image How do I generate this hidden file??

ravi9 commented 4 years ago

Hi @wxr521314 It is throwing FileNotFoundError on colon_212.nii.gz. Can you verify if you have the file colon_212.nii.gz Try ls -l /home/zhengsc/Desktop/unet/3D/Task100_Colon/./imagesTr/colon_212.nii.gz