Skip to content
Snippets Groups Projects

No more DPI adjusting

Merged Yoann Schneider requested to merge replace-dpi-adjust into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -107,7 +107,7 @@ This page lists data augmentation transforms used in DAN.
| Examples | ![](../../assets/augmentations/line_dropout.png) ![](../../assets/augmentations/document_dropout.png) |
| CPU time (seconds/10 images) | 0.02 (3013x128 pixels) / 0.02 (1116x581 pixels) |
### RandomScale
### Random Scale
| | RandomScale |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -116,7 +116,7 @@ This page lists data augmentation transforms used in DAN.
| Documentation | See the [`albumentations` documentation](https://albumentations.ai/docs/api_reference/augmentations/geometric/resize/#albumentations.augmentations.geometric.resize.RandomScale) |
| Examples | ![](../../assets/augmentations/line_random_scale.png) ![](../../assets/augmentations/document_random_scale.png) |
### ToGray
### To Gray
| | ToGray |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Loading