You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was really hoping to register using my full resolution data, but there seems to be a scaling issue.
ITK version: 4.13.2
Greedy commit: abef638
I'm using an old commit. I tried a fresh pull but had installation issues and did not have time to trouble shoot them. Thought this issue might persist for newer versions and should document it.
The reslice works with a skip sampled version of the moving image mov_ss = mov[::2, ::2, ::4]:
I believe this issue also affects registrations. When using mov.nrrd as the moving image and 2 scale levels, the first scale level runs fine (image is smaller by a factor of 8 voxels), but seg faults when moving up to the full resolution iterations.
The text was updated successfully, but these errors were encountered:
Hi Paul,
Was really hoping to register using my full resolution data, but there seems to be a scaling issue.
ITK version: 4.13.2
Greedy commit: abef638
I'm using an old commit. I tried a fresh pull but had installation issues and did not have time to trouble shoot them. Thought this issue might persist for newer versions and should document it.
The reslice works with a skip sampled version of the moving image
mov_ss = mov[::2, ::2, ::4]
:I believe this issue also affects registrations. When using
mov.nrrd
as the moving image and 2 scale levels, the first scale level runs fine (image is smaller by a factor of 8 voxels), but seg faults when moving up to the full resolution iterations.The text was updated successfully, but these errors were encountered: