Rubics-Xuan / TransBTS

This repo provides the official code for : 1) TransBTS: Multimodal Brain Tumor Segmentation Using Transformer (https://arxiv.org/abs/2103.04430) , accepted by MICCAI2021. 2) TransBTSV2: Towards Better and More Efficient Volumetric Segmentation of Medical Images(https://arxiv.org/abs/2201.12785).
Apache License 2.0
386 stars 81 forks source link

About the kindey tumor dataset KiTS mentioned in Data Acquisition #43

Open Li-jingfeng opened 1 year ago

Li-jingfeng commented 1 year ago

I noticed that you used the BraTS data set in preprocess.py to process the 4 dimensions of the MRI image. I would like to ask that there is only one image.nii and one segmentation.nii in KiTS, and there is no 4-dimensional .nii , May I ask how to do preprocessing for this piece? my solution: Is it possible to just remove this part of the code? Or copy 4 copies of image.nii and use this code? Hope to get your reply, best wishes! preprocess

Neha-ksu commented 1 year ago

I have got the same issue.