From dad7664916eca301799766a838604af3e1ed2670 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A9lodie=20Boillet?= <boillet@teklia.com>
Date: Wed, 2 Aug 2023 15:36:13 +0200
Subject: [PATCH] Apply 8112af86

---
 docs/usage/train/augmentation.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/usage/train/augmentation.md b/docs/usage/train/augmentation.md
index f5971924..c066538d 100644
--- a/docs/usage/train/augmentation.md
+++ b/docs/usage/train/augmentation.md
@@ -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:
 
-- 
GitLab