-
Notifications
You must be signed in to change notification settings - Fork 0
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
RuntimeError ITK only supports orthonormal direction cosines. No orthonormal definition found! #1
Comments
Hi, prognosais is actively developed anymore and the code is by now quite outdated compared to the packages it relies. Python 3.7, on which prognsais is based, is also end of life. So it's probably better to change to a different package than prognosais. However, that being said I can try to help you a bit. The package itself will not be upgraded anymore however. Probably your SimpleITK version is higher than what prognosais was developed for. It should work with SimpleITK version 2.0.2, which you can install by running: In general I would suggest you switch to something else such as monai |
Hi, can you please provide me the requirement.txt file so that I can make the environment accordingly.
…________________________________
From: Sebastian van der Voort ***@***.***>
Sent: Tuesday, August 13, 2024 11:52 AM
To: Svdvoort/prognosais_examples ***@***.***>
Cc: Fahad Ahmed Khokhar ***@***.***>; Author ***@***.***>
Subject: Re: [Svdvoort/prognosais_examples] RuntimeError ITK only supports orthonormal direction cosines. No orthonormal definition found! (Issue #1)
Hi,
prognosais is actively developed anymore and the code is by now quite outdated compared to the packages it relies. Python 3.7, on which prognsais is based, is also end of life. So it's probably better to change to a different package than prognosais.
However, that being said I can try to help you a bit. The package itself will not be upgraded anymore however. Probably your SimpleITK version is higher than what prognosais was developed for. It should work with SimpleITK version 2.0.2, which you can install by running: pip install SimpleITK==2.0.2 and then try rerunning the pipeline.
In general I would suggest you switch to something else such as monai<https://monai.io/>
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIBBMKCPUK7CLPUADNBKOP3ZRHXPJAVCNFSM6AAAAABMM25ZWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBWGA3DEOBSGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
These requirements should work although it is an older version of prognosais:
Once again though, the Python version (and thus several of these packages) are no longer maintained so also contain some known security concerns. |
Closed, discussion is now taking place here. |
I am running the code with example_pipeline.py with given 1p19q dataset. I am facing this error while running the code.
RuntimeError: Exception thrown in SimpleITK ImageFileReader_Execute: /tmp/SimpleITK-build/ITK/Modules/IO/NIFTI/src/itkNiftiImageIO.cxx:2016:
ITK ERROR: ITK only supports orthonormal direction cosines. No orthonormal definition found!
The text was updated successfully, but these errors were encountered: