Skip to content

Commit

Permalink
Added sklearn to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Feb 10, 2025
1 parent 807669a commit 657aad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aug_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
[A.ConstrainedCoarseDropout, {"num_holes_range": (1, 3), "hole_height_range": (0.1, 0.2), "hole_width_range": (0.1, 0.2), "fill": 0, "fill_mask": 0, "mask_indices": [1]}],
[A.RandomSizedBBoxSafeCrop, {"height": 80, "width": 80, "erosion_rate": 0.2}],
[A.HEStain, [
{"method": "vahadane", "intensity_scale_range": (0.5, 1.5), "intensity_shift_range": (-0.1, 0.1), "augment_background": True},
{"method": "vahadane", "intensity_scale_range": (0.5, 1.5), "intensity_shift_range": (-0.1, 0.1), "augment_background": False},
{"method": "macenko", "intensity_scale_range": (0.5, 1.5), "intensity_shift_range": (-0.1, 0.1), "augment_background": True},
{"method": "random_preset",
"intensity_scale_range": (0.5, 1.5), "intensity_shift_range": (-0.1, 0.1), "augment_background": True},
Expand Down

0 comments on commit 657aad1

Please sign in to comment.