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

How does the segmentation work? #5

Open
SaraMorsy opened this issue Jan 7, 2020 · 1 comment
Open

How does the segmentation work? #5

SaraMorsy opened this issue Jan 7, 2020 · 1 comment

Comments

@SaraMorsy
Copy link

Hi
I just want to know how does segmentation work?? I cannot find the explanation for the segmentation code here

@tfmoraes
Copy link

It uses a convolutional neural network based on U-Net. The code to this network is here. This network was trained with already segmented brain images ( CC359 dataset, NFBS dataset and ADNI dataset). The result of this training is this file with the network weights and biases. To segment, it's necessary to load this file with its weights and biases, pass the image you want to segment. The network will return to you a probability of each image voxel being part of the brain. Just select the voxels with propability larger than some p (by default 0.5).

This was referenced Mar 13, 2021
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

2 participants