ge-xing / SegMamba

SegMamba: Long-range Sequential Modeling Mamba For 3D Medical Image Segmentation
https://arxiv.org/abs/2401.13560
341 stars 18 forks source link

TRAIN/VALIDATE/TEST FILE #3

Open 123-afri opened 8 months ago

123-afri commented 8 months ago

Please tell me about the train, validate and test file so that I run it accordingly. As there are many file in the code directory.

ge-xing commented 7 months ago

You can use the model file in yourself training file.

https://github.com/ge-xing/SegMamba/blob/main/model_segmamba/segmamba.py

I haven't open-sourced the training code because the preprocessing, training, and inference processes are very complicated and difficult to follow in 3D medical image segmentation.

You can refer to the nnUNet framework to run and test this model. Thank you.

jplnasa5 commented 7 months ago

You can use the model file in yourself training file.

https://github.com/ge-xing/SegMamba/blob/main/model_segmamba/segmamba.py

I haven't open-sourced the training code because the preprocessing, training, and inference processes are very complicated and difficult to follow in 3D medical image segmentation.

You can refer to the nnUNet framework to run and test this model. Thank you.

do you have plan to open-source the training code(include preprocessing, training, and inference processes)?i think it is very useful :)

ge-xing commented 7 months ago

You can use the model file in yourself training file. https://github.com/ge-xing/SegMamba/blob/main/model_segmamba/segmamba.py I haven't open-sourced the training code because the preprocessing, training, and inference processes are very complicated and difficult to follow in 3D medical image segmentation. You can refer to the nnUNet framework to run and test this model. Thank you.

do you have plan to open-source the training code(include preprocessing, training, and inference processes)?i think it is very useful :)

Thank you for your attention! I will consider it after the conference.

guohahah commented 6 months ago

Could you provide a few sample datasets as well as the corresponding training and testing code, so as to better understand the use and effect of your model?

ge-xing commented 6 months ago

You can consider using nnunet to train this model.

guohahah commented 6 months ago

You can consider using nnunet to train this model.

Thanks for the reply! Good luck with your research!

guohahah commented 6 months ago

You can consider using nnunet to train this model.

Thanks for the reply! Good luck with your research!