-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
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
Regarding urgent debugging problem of data format debugging #465
Comments
Hello, I'm getting trouble regarding data format...
The results of errors are like this:
I hope your kind advice really... |
@shong95, as you can read from the error message
On a side note. Be careful with slicing on a SimpleITK image. Slicing the occurs in [x, y, z] order. Finally, even after fixing this error, your extraction will not work, as your input image is 2D. We are currently in the process of making PyRadiomics support N-Dimensional extraction, but this is not yet done. Checkout the google groups and the other issues on pointer how to deal with 2D input for now. |
Hello I have a inquiry regarding urgent debugging problem of data format debugging.
The text was updated successfully, but these errors were encountered: