Displacement Field Format ¶
By: xi on July 20, 2021, 6:31 p.m.
Hi there,
I tested the estimated disp_field with map_coordinates, which yields around 0.80 DICE.
warpedmovlab = mapcoordinates(movlab, identity + dispfield, order=0)
When I saved the disp_field and submitted it on the Validation 3, the DICE turned out to be 10% lower, only 0.69.
dispfield = downsample(dispfield, 'Trilinear') np.savez(savenpzname, dispfield.astype(np.float16))
Could anyone help me with this?