Skip to content
Snippets Groups Projects
Verified Commit c64e09fb authored by Solene Tarride's avatar Solene Tarride Committed by Mélodie Boillet
Browse files

Fix typo in documentation

parent c09b702f
No related branches found
No related tags found
1 merge request!196Remove PiecewiseAffine augmentation transform
This commit is part of merge request !196. Comments created here will be created in the context of that merge request.
...@@ -96,7 +96,8 @@ transforms = SomeOf( ...@@ -96,7 +96,8 @@ transforms = SomeOf(
Perspective(scale=(0.05, 0.09), fit_output=True), Perspective(scale=(0.05, 0.09), fit_output=True),
GaussianBlur(sigma_limit=2.5), GaussianBlur(sigma_limit=2.5),
GaussNoise(var_limit=50**2), GaussNoise(var_limit=50**2),
ColorJitter(contrast=0.2, brightness=0.2, saturation=0.ElasticTransform(alpha=20.0, sigma=5.0, alpha_affine=1.0, border_mode=0), ColorJitter(contrast=0.2, brightness=0.2, saturation=0.2, hue=0.2),
ElasticTransform(alpha=20.0, sigma=5.0, alpha_affine=1.0, border_mode=0),
Sharpen(alpha=(0.0, 1.0)), Sharpen(alpha=(0.0, 1.0)),
ErosionDilation(min_kernel=1, max_kernel=4, iterations=1), ErosionDilation(min_kernel=1, max_kernel=4, iterations=1),
Affine(shear={"x": (-20, 20), "y": (0, 0)}), Affine(shear={"x": (-20, 20), "y": (0, 0)}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment