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
Hi there! after using Resample i have tensor with full of zeros. That would be great if someone help me to overcome this issue. sorry for disturbing.
Code for reproduction
small_image=tio.ScalarImage('image_path')
# image shape = (1,343,343,467), spacing (1.20,1.20,1.20),orientetion RAS+resample=tio.Resample(small_image)
big_image=tio.ScalarImage('image_path')
# big image shape = (1,512,512,1022),spacing (0.89,0.89,0.50),orientetion RAS+image_resampled=resample(big_image)
## output image after resample with the shape thats i need but tensor full of zeros
Is there an existing issue for this?
Problem summary
Hi there! after using Resample i have tensor with full of zeros. That would be great if someone help me to overcome this issue. sorry for disturbing.
Code for reproduction
Actual outcome
tensor of zeros
Error messages
Expected outcome
expect correct values in output tensor
System info
The text was updated successfully, but these errors were encountered: