Skip to content
Snippets Groups Projects
Verified Commit 191a2a2f authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Update doc and fix tests

parent efea7323
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !312. Comments created here will be created in the context of that merge request.
......@@ -134,7 +134,8 @@ The following configuration is used by default when using the `teklia-dan train`
```py
transforms = A.Compose(
[
DPIAdjusting(min_factor=0.75, max_factor=1),
# Scale between 0.75 and 1.0
RandomScale(scale_limit=[-0.25, 0], always_apply=True, interpolation=cv2.INTER_AREA),
A.SomeOf(
[
ErosionDilation(min_kernel=1, max_kernel=4, iterations=1),
......
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
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