Skip to content

Commit 375a149

Browse files
committed
Clarify when mid_space argument applies.
1 parent dbd7568 commit 375a149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

voxelmorph/tf/networks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)