File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1528,7 +1528,8 @@ def __init__(self,
15281528 pass_affine: Append a model input and set the affine transform to it.
15291529 skip_affine: Skip affine registration and build a model comparable to `HyperVxmDense`.
15301530 skip_deform: Skip deformable registration and build a `VxmAffineFeatureDetector` model.
1531- mid_space: Run the deformable step in an affine mid-space.
1531+ mid_space: Run the deformable step in an affine mid-space. This option has no effect
1532+ when performing deformable registration only, with `skip_affine=True`.
15321533 return_trans_to_half_res: Return transforms from input images at full resolution to
15331534 output images at half resolution. You can change this option after training. This
15341535 option also affects the shape of the moved images, if returned.
You can’t perform that action at this time.
0 commit comments