You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was extracting the 3D collage features for my volume and mask file which are in .nii format. I created a collage object with this mask and image, declared a haralick window size of 3 and then called the execute function. But, the variable (collage_output) had NaN values for both dominant angles. I'll share my files with you shortly via email. It would be great if you could look into this.
The text was updated successfully, but these errors were encountered:
I am running it as a python file. I declared use_3D as True and then created a collage object with my mask, image and used a haralick window size of 3. Then called the collage execute function. I'm currently using the version 0.3.3. I installed them via the pip module.
@pavi1303 Apologies for the delay, I was put out of commission by the storms in Texas. I will be able to communicate promptly now.
When I try those files I see data in the masked region, e.g. at collage_output[238,117,103], for example. In the non-masked areas I see NaN values. Are you seeing the same on your end?
I was extracting the 3D collage features for my volume and mask file which are in .nii format. I created a collage object with this mask and image, declared a haralick window size of 3 and then called the execute function. But, the variable (collage_output) had NaN values for both dominant angles. I'll share my files with you shortly via email. It would be great if you could look into this.
The text was updated successfully, but these errors were encountered: