Sebastian Penhouet

Results 93 comments of Sebastian Penhouet

@andrewginns Thank you for your quick reply. Yes, all environment variables are set: PATH: - `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin` - `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\libnvvp` - `C:\Program Files\NVIDIA GPU...

@andrewginns Did you see my reply to your first question: https://github.com/LouieYang/deep-photo-styletransfer-tf/issues/13#issuecomment-347711755? I listed there all the environment variables that are set in my system. Also yes. I can run any...

Thanks for the quick reply and thanks for helping. I know this is not an issue with ITK but just my problem of trying to get this solved. So I...

Here my minimal example code with input and output data: ```python import nibabel from nibabel import Nifti1Image import numpy as np from monai.transforms import Affine import itk # Import Images...

Thanks for the code links. The ITK and Elastic docs are rather sparse. The only thing I got from them is that my assumption about the first 9 and last...

I'm out of ideas. If anyone knows how to make my minimal example code work with the provided data that would be great.

Maybe it is an orientation issue after all. If I take my transformation affine without the inverse, and manually switch all signs according to the "true" transform affine, then the...

Short update here. Still no luck. Nibabel has that concept of "ornt" / orientation, from which I can get the flip values for the translation values: ```python LPS = nibabel.orientations.axcodes2ornt(('L',...

@dzenanz I still don't get why the center of rotation should be important for me. The affine transformation does not really care where the origin or center is if I...

> I think Marius gave the formula. The formula was to apply the transformation, but I don't want to do that. I just want to adjust the transformation matrix itself....