We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I was using version 0.4.2 of diffdrr, I saved the volume in the subject.
data["image"] = subject.volume.data[0].cpu().numpy().astype(np.float32)
And the oriention of the saved CT is consistent. I visualized the CT slices.
But when I use diffdrr versions ≥ 0.4.4, the saved CT directions are inconsistent. As shown in the following figure.
Can you help me check what the problem is ? Thank U !
The text was updated successfully, but these errors were encountered:
hi @shenao1994 , so just to confirm, when you use diffdrr.data.read with v0.4.2 and v0.4.4+, you get different results?
diffdrr.data.read
Sorry, something went wrong.
Yes. Can you help me check it?
No branches or pull requests
When I was using version 0.4.2 of diffdrr, I saved the volume in the subject.
data["image"] = subject.volume.data[0].cpu().numpy().astype(np.float32)
And the oriention of the saved CT is consistent. I visualized the CT slices.
But when I use diffdrr versions ≥ 0.4.4, the saved CT directions are inconsistent. As shown in the following figure.
Can you help me check what the problem is ? Thank U !
The text was updated successfully, but these errors were encountered: