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
I am trying to reproduce the results for prostate dataset. But i am unable to do it because of below issue.
In one of the issue you told that, after re-spacing, the shape of the MRI volumes is around [256, 256, 128]. I didn't get this. Can you just tell how the re-spacing is done exactly?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your question. Since the in/through plane resolution for each case is different, you need to assign different spacing size for each case to make the volume shape [256,256,128]. So you can define the volume shape first and calculate the spacing size for each case to make the spacing_size*volume_size constant after re-spacing.
I also have the same doubt. In the prostate dataset, each image volume is of a different shape.
For example, when I'm doing preprocessing using your code, one image volume of shape [40, 384, 384] is converted into
[25, 384, 384, 3]. How can we convert this into [256, 256, 128]?
I am trying to reproduce the results for prostate dataset. But i am unable to do it because of below issue.
In one of the issue you told that, after re-spacing, the shape of the MRI volumes is around [256, 256, 128]. I didn't get this. Can you just tell how the re-spacing is done exactly?
The text was updated successfully, but these errors were encountered: