Replies: 1 comment 2 replies
-
Hi @jxchen01 , I think maybe Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at this segmentation tutorial: https://github.com/Project-MONAI/tutorials/blob/main/2d_segmentation/torch/unet_training_dict.py
It looks like the data is in uint8 (see: https://github.com/Project-MONAI/tutorials/blob/main/2d_segmentation/torch/unet_training_dict.py#L50)
But, after transformation, it becomes torch.float32 (I manually checked at this step: https://github.com/Project-MONAI/tutorials/blob/main/2d_segmentation/torch/unet_training_dict.py#L131)
I am curious how is this data conversion happening? Can we choose to not converting?
Beta Was this translation helpful? Give feedback.
All reactions