Replies: 1 comment
-
Hi @mioDio , Thanks for raising this ticket, @wyli already submitted PR #1671 to update it. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm experimenting with your tutorials and the Brats Jupyter notebook contains the data transform called "ConvertToMultiChannelBasedOnBratsClassesd". I'm wondering why the transform is using np.float32
to convert the masks to the labels. Is it correct that each channel will only have 1s and thus it could just be a np.unit8?
Wouldn't that save considerable memory?
Happy to be corrected
Cheers
Beta Was this translation helpful? Give feedback.
All reactions