Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NaN values during 3D feature extraction #97

Open
pavi1303 opened this issue Feb 10, 2021 · 4 comments
Open

NaN values during 3D feature extraction #97

pavi1303 opened this issue Feb 10, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@pavi1303
Copy link

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.

@nathanhillyer nathanhillyer added the bug Something isn't working label Feb 12, 2021
@nathanhillyer nathanhillyer self-assigned this Feb 12, 2021
@nathanhillyer
Copy link
Contributor

@pavi1303 How were you running collage? In our docker container or in a python file?

@nathanhillyer
Copy link
Contributor

Also, which version of collageradiomics do you have running (if being run outside of docker).

@pavi1303
Copy link
Author

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.

@nathanhillyer
Copy link
Contributor

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants