YaoZhang93 / mmFormer

[MICCAI 2022] The official code for "mmFormer: Multimodal Medical Transformer for Incomplete Multimodal Learning of Brain Tumor Segmentation"
Apache License 2.0
93 stars 10 forks source link

how to split dateset #8

Closed zyrant closed 1 year ago

zyrant commented 1 year ago

sorry for the bother, i can not see any code for splitting the training dataset. could you tell me which part of the code is for this function? thanks.

YaoZhang93 commented 1 year ago

Hi,

You can find the splits here: https://github.com/YaoZhang93/mmFormer/blob/main/mmformer/data/datasets_nii.py from line 42 to line 56.

zyrant commented 1 year ago

thanks