anoushkrit / parcellation

preprocessing pipeline for handling raw neuroimaging data and conducting various file conversions
https://supwma.github.io
Other
0 stars 0 forks source link

where are the labels generated for the data? #28

Closed anoushkrit closed 2 years ago

anoushkrit commented 2 years ago

The labels for the inputFeatMatrix.h5 are provided separately in the training data as sf_clusters_label.h5 and there is tract_feat.py in the DeepWMA code which reorients the labels to groups of white matter and grey matter, and also superficial white matter.

So the question remains where are the labels for the training coming from, are they being

anoushkrit commented 2 years ago

In wma, white matter analysis, there is automatic tract segmentation from the UKF tractography output VTK, and further they are being processed, There is some speculation that there we will find the method to generate labels for the datasets (especially HCP).

anoushkrit commented 2 years ago

So refer to https://github.com/SlicerDMRI/ORG-Atlases, and the document https://github.com/SlicerDMRI/whitematteranalysis/blob/master/doc/subject-specific-tractography-parcellation.md for understanding how the automatic labelling and fiber clustering is done

anoushkrit commented 2 years ago

https://github.com/SlicerDMRI/whitematteranalysis/blob/73a7948751f49d9fda8ec84fb5caeecaeeb92621/bin/wm_apply_ORG_atlas_to_subject.sh#L1-L40