YtongXie / CoTr

[MICCAI2021] CoTr: Efficiently Bridging CNN and Transformer for 3D Medical Image Segmentation
GNU General Public License v3.0
286 stars 45 forks source link

preprocess BTCV DATASET #6

Open Yffy123456 opened 1 year ago

Yffy123456 commented 1 year ago

I have some questions about the preprocessing of BTCV data. I preprocessed according to nnUNet's method, but running "run_trainng.py" shows: KeyError:'bcv_32'.

YtongXie commented 10 months ago

Do you use the provided nnUNet package? The nnUNet is updated quickly. Our CoTr code is matched with the provided nnUNet package. If you use the higher nnUNet version, there may be some errors.

gaoqiong123 commented 5 months ago

可以直接把数据集改成bcv_1_0000.nii.gz这种名字,我以为遇到了这个问题,改了名字就好了