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

Recommended approach for dealing with NaNs? #2

Open
CamtheAdventureMan opened this issue Jan 30, 2024 · 0 comments
Open

Recommended approach for dealing with NaNs? #2

CamtheAdventureMan opened this issue Jan 30, 2024 · 0 comments

Comments

@CamtheAdventureMan
Copy link

I've run LPA supplying both a T1-w and FLAIR image for WMH segmentation on an AD dataset. I see NaNs appearing in several voxels after inspecting outputs and am confused by what they mean. From the code, it looks like NaNs aren't necessarily "0" voxels, but they also aren't necessarily WMHs either (especially since some of the NaNs I inspect in FSLEyes capture some large WMHs). I am wondering if there is an approach that might appropriately deal with NaNs - set them to 0 in cases where it's unlikely to be a WMH, but give them a non-zero value in cases where it's more likely to be a WMH?

Any assistance would be greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant