Skip to content

Commit cfb5cc0

Browse files
committed
:feature: update default overlap value in occlusion sensitivity to 0.6
1 parent f97a0e9 commit cfb5cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/visualize/occlusion_sensitivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(
8080
n_batch: int = 16,
8181
verbose: bool = True,
8282
mode: str | float | Callable = "gaussian",
83-
overlap: float = 0.25,
83+
overlap: float = 0.6,
8484
activate: bool | Callable = True,
8585
) -> None:
8686
"""

0 commit comments

Comments
 (0)