Skip to content
Snippets Groups Projects

Remove PiecewiseAffine augmentation transform

Merged Solene Tarride requested to merge remove-piecewiseaffine-augmentation into main
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -127,8 +127,8 @@ This page lists data augmentation transforms used in DAN.
## Full augmentation pipeline
* Data augmentation is applied with a probability of 0.9
* In this case, two transformations are randomly selected to be applied
* Data augmentation is applied with a probability of 0.9.
* In this case, two transformations are randomly selected to be applied.
* Reproducibility is possible by setting `random.seed` and `np.random.seed` (already done in `dan/ocr/document/train.py`)
* Examples with new pipeline:
Loading