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
We should test whether images with low number of slices (e.g. shape (5, 128, 128)) fail when predicting because of the Z dimensions not being power of 2 and less than 8?
If they do, would padding be a work-around?
The text was updated successfully, but these errors were encountered:
Yes, It will fail if the Z dimension of a test stack is less than 8.
Especially for the BMZ export which calls the predict with the default config params (link).
I'm wondering if this is the model (algorithm) limitation, or just the CAREamics api ?
Question
We should test whether images with low number of slices (e.g. shape
(5, 128, 128)
) fail when predicting because of theZ
dimensions not being power of 2 and less than 8?If they do, would padding be a work-around?
The text was updated successfully, but these errors were encountered: