Advertisement

ADNI数据预处理(6)ADNI_slice_dataloader显示图像

阅读量:

ADNI Series

1、【ADNI

本文总结的功能:

1)将同一受试者MRI图像的切片合并至统一的数组中;

2)呈现各切片图像;

受试者编号及对应标签信息:保存于.txt文本文件中,具体格式示例如下

复制代码
    141_S_1137 1
    141_S_1152 1
    002_S_0295 0
    002_S_0559 0

subject id ||| slice path ||| label name:

复制代码
    141_S_0696|||/home/hcq/alzheimer_disease/ADNI_825/experiments_FineTunning/majority_select_top51_slices_folder_02_AD_NC/validation/AD/141_S_0696_slice_Y74.jpg|||AD
    141_S_0696|||/home/hcq/alzheimer_disease/ADNI_825/experiments_FineTunning/majority_select_top51_slices_folder_02_AD_NC/validation/AD/141_S_0696_slice_Z46.jpg|||AD
    002_S_0413|||/home/h

全部评论 (0)

还没有任何评论哟~