Skip to content

Commit

Permalink
missed one otsu
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Apr 23, 2024
1 parent 140f028 commit 0a4d0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/augmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def build_augmentation(cfg: CfgNode, mode: str = "train") -> list[T.Augmentation
AdaptiveThresholding(
image_format=cfg.INPUT.FORMAT,
),
prob=cfg.INPUT.OTSU_THRESHOLDING.PROBABILITY,
prob=cfg.INPUT.ADAPTIVE_THRESHOLDING.PROBABILITY,
)
)

Expand Down

0 comments on commit 0a4d0e6

Please sign in to comment.