Feature Error in python

I use python pyrradiomics to extract features for .nrrd images. And I got an error…
how can i fix it. Please help!!!
Respect
Sang
I use code


And error…

Hi Sang,

It looks to me like you are trying to assign a single file path (Lung-001.nrrd) to both imagePath and maskPath. What is your the path to your mask?

imagePath, maksPath = “C:/Users/Admin/Downloads/LUNG1-001.nrrd”, PATH_TO_MASK

1 Like