Skip to content
Snippets Groups Projects
Verified Commit dad76649 authored by Mélodie Boillet's avatar Mélodie Boillet
Browse files

Apply 8112af86

parent 8ba39efd
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ This page lists data augmentation transforms used in DAN.
### PieceWise Affine
:warning: This transform is temporarily removed from the pipeline until [this issue](https://github.com/albumentations-team/albumentations/issues/1442) is fixed.
| | PieceWiseAffine |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Description | This transformation also applies local distortions but with a larger grid than EslasticTransform. |
......@@ -125,7 +127,6 @@ This page lists data augmentation transforms used in DAN.
* Data augmentation is applied with a probability of 0.9.
* In this case, two transformation are randomly selected to be applied.
* `ElasticTransform` and `PieceWiseAffine` cannot be applied on the same image.
* Reproducibility is possible by setting `random.seed` and `np.random.seed` (already done in `dan/ocr/document/train.py`)
* Examples with new pipeline:
......
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