Auto3DSeg supported modalities #7501
-
Hello, is there any specific reason, why Auto3DSeg only supports CT and MRI modalities? Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
dongyang0122
Feb 28, 2024
Replies: 1 comment
-
Hi @che85 , most of the public datasets are based on CT images and MRIs as we observed in many MICCAI challenges. The modality determines some transformations and hyper-parameters in each algorithm. But if you want to try Auto3DSeg on other modes, such as ultrasound, you can set the modality to MRI as a quick workaround. For now, we'll see if we get enough feedback from users to develop for additional modalities. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
che85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @che85 , most of the public datasets are based on CT images and MRIs as we observed in many MICCAI challenges. The modality determines some transformations and hyper-parameters in each algorithm. But if you want to try Auto3DSeg on other modes, such as ultrasound, you can set the modality to MRI as a quick workaround. For now, we'll see if we get enough feedback from users to develop for additional modalities.