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
torchvision doesn't support uint16 images as we would have with the MRI slices. Implementing support for this is rather difficult so we will stick with our own custom transforms.
Convinced from here it does make sense to use
PIL.Image
as intermediate image format.The text was updated successfully, but these errors were encountered: