OSUPCVLab / SegFormer3D

Official Implementation of SegFormer3D: an Efficient Transformer for 3D Medical Image Segmentation (CVPRW 2024)
https://openaccess.thecvf.com/content/CVPR2024W/DEF-AI-MIA/papers/Perera_SegFormer3D_An_Efficient_Transformer_for_3D_Medical_Image_Segmentation_CVPRW_2024_paper.pdf
GNU General Public License v3.0
77 stars 14 forks source link

在其他数据集上训练 #15

Open WYL211 opened 3 weeks ago

WYL211 commented 3 weeks ago

感谢您的工作;您如何在自动心脏诊断数据集 (ACDC) 和多器官 CT 分割数据集 (Synapse) 上进行训练?您能为我提供数据加载器的代码吗?我将不胜感激。

bnavard commented 3 weeks ago

Since I cannot read Chinese I am rewriting the question so that everyone understands. I used google translate:

"Thanks for your work; how did you train on the Automatic Cardiac Diagnosis Dataset (ACDC) and the Multi-Organ CT Segmentation Dataset (Synapse)? Can you provide me the code for the data loader? I would be grateful for any help."

Answer: we used the nnformer pipeline. You can follow their instruction on how to use it.