askerlee / segtran

Medical Image Segmentation using Squeeze-and-Expansion Transformers
214 stars 50 forks source link

Some questions about 3Ddataset #27

Closed 459737087 closed 3 years ago

459737087 commented 3 years ago

What's the meaning of BraTS19_CBICA_ASK_1_t1ce.nii? What's the meaning of BraTS19_CBICA_ASK_1_t2.nii? and what's the difference between BraTS19_CBICA_ASK_1_t1ce.nii and BraTS19_CBICA_ASK_1_t1.nii

askerlee commented 3 years ago

Are you asking what t1ce, t2 and t1 mean? They are different modalities of MRI. Please refer to the brats paper "The Multimodal Brain Tumor Image Segmentation Benchmark (BRATS)", TMI 2015.

459737087 commented 3 years ago

Thank you!