anorak94
anorak94
how do you see that i have the same error i can get the basic example to work but the large graph when i put in the full path to...
never mind i got it to work the problem was that local files couldnt be accessed so i disable the cors flag or enable it i dont know i download...
but how do i expand the network more its too dense right now
yeah if you look at the repository you link talk about that has a different deformation field. i implemented a solution https://github.com/anorak94/jaxreg/blob/master/reg_ssd_with_smoothing.ipynb. which is just a displacement field optimization using...
https://github.com/Ryo-Ito/image_registration/blob/master/example/LDDMM2d.ipynb
`comp[i] = forward[ i + Dinv * backward[i]]` and this is the definition given in `compute_inversion_error` function around `line 714` in `dipy.align.imwarp` . These two definitions dont seem to be...
I think its because since the Syn implementation is a greedy version we get the velocity estimate from the compute forward from the metric step and this we integrate over...