You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this great toolbox. I've been trying out your pre-trained model, and have noticed a possible discrepancy between the modalities classified.
In your paper, I see that there are 12 modalities classified:
B-Value Volumes, T2-weighted (T2w), T1-weighted (T1w), Apparent Diffusivity Coefficient (ADC), Field Map, Proton Density (PD), Fluid-Attenuated Inversion Recov- ery (FLAIR), functional MRI (fMRI), Fractional Anisotropy (FA), T2*-weighted (T2star), Short Tau Inversion Recovery(STIR), exponential ADC (eADC).
You correctly spotted the difference! Initially, we started with 12 classes but over time narrowed it down to 10 because:
We didn't have enough robust data for some of the original modalities.
It didn't match up with what we needed for our current projects.
We continue our development, so the list of supported modalities might evolve. In the near future, we don't have plans to expand the supported modalities, but if you need to adapt the model for other data, we've got a tutorial on how to retrain it.
Thanks for using our tool, and let us know if you have any other questions!
Hi,
Thank you for this great toolbox. I've been trying out your pre-trained model, and have noticed a possible discrepancy between the modalities classified.
In your paper, I see that there are 12 modalities classified:
However, in your code https://github.com/BRAINSia/dcm-classifier/blob/main/src/dcm_classifier/image_type_inference.py I see the following from lines 33-44, which shows 10 modalities:
Thank you,
Deepa
The text was updated successfully, but these errors were encountered: