MIC-DKFZ / HD-BET

MRI brain extraction tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleITK==2.0.2

patricio-astudillo opened this issue · comments

Dear @FabianIsensee,

if I use versions higher than 2.0.2, I receive the following error: ITK only supports orthonormal direction cosines. No orthonormal definition found. This is also mentioned in (MIC-DKFZ/nnDetection#24).

Could please undo your change in the requirement.txt file please? I have corrected this in the past and now I receive the same errors as before.

If you want I can push this change also, but this seems a bit back and forth to me.

Best regards,
Patricio

Hi, can you please specify what dataset you are having problems with? I just upgraded my SimpleITK to SimpleITK==2.1.1 and have not had any problems with the commands I tested.
Best,
Fabian

Had the same issue with a private dataset and it was solved by downgrading to SimpleITK 2.0.2.

We've encountered the same problem on a private dataset. Only couple of MR studies were affected for hundreds that were processing. It doesn't seem like an easy case to reproduce, especially considering the fact that all failed cases looked quite "orthogonal" by visual inspection. It's probably some corner case of affine matrix processing by SimpleITK.

@patricio-astudillo I upgraded SimpleITK from 2.1.1.2 to 2.2.1 and it has worked with the new version.

SimpleITK has changes the way it works with geometries. It's unfortunate and causes quite a few issues. Changing the SimpleITK version will resolve this, thanks @machur