Hello!
This is not an issue, just required an explanation :)
I was considering using your metrics.py code to evaluate my registration model. I didn't understand why this is done under eval_task1:
disp_field = np.array([zoom(disp_field[i], 2, order=2) for i in range(3)])
Appreciate any explanation!
Hello!
This is not an issue, just required an explanation :)
I was considering using your metrics.py code to evaluate my registration model. I didn't understand why this is done under eval_task1:
disp_field = np.array([zoom(disp_field[i], 2, order=2) for i in range(3)])Appreciate any explanation!