-
Notifications
You must be signed in to change notification settings - Fork 221
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
[Question] SpatialTransform_2 vs SpatialTransform? #65
Comments
Hi, |
Thanks for the quick response, I am trying to incorporate ST_2 in a MONAI pipeline for a U-net working on 256 cubes (no patches). using the transform with these parameters:
leads to following error message
|
Hi, |
Thanks for looking into this. "Have you tried running it separately or using the batchgenerator stuff?" "One thing you might look at is what the dimensionality of your data is. In batchgenerators, 'images' and 'label' need to be 5D tensors (B, C, X, Y, Z) for 3D images." |
Could you please elaborate a bit on the differences?
When to choose which one?
Does SpatialTransform exist to support legacy code while SpatialTransform_2 is the "up to date" version?
The text was updated successfully, but these errors were encountered: