-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
understanding the input format #24
Comments
It's true that the function of the For now, I mostly use the type to decide whether to apply or not a transform or to choose an interpolation mode. For example, This value still needs some thinking. I also think that maybe I should define |
Example fixed in cca1830. |
Ok I see the point, and it makes more sense than the previous solution which was relying on the keywork name About a Subject class, I am not sure if it is necessary. The ImgeDataset is taking as input a subject_list (which is self explicit) So now it is the users duty to construct correctly this subject_list. Since it is so much dependent on how you organize your files, I will let it like that By the way currently the RandomMotion is also applied to label and sampling map, (with different motions) |
Thanks for reporting that. Maybe a |
Hi there
Just a small issue in order to fully understand the input format logic
I see in torchio.py that you define 3 data type : Intensity, label and sampling_map
what is the implication of choosing one of those ?
Why in your example_multimodal.py do you define one_subject_dict with a 'label' which has type=torchio.INTENSITY ? (why not torchio.LABEL ?)
many thanks
The text was updated successfully, but these errors were encountered: