From 2ec5892c42bbda2c2d2549a47518d193b8d0dcda Mon Sep 17 00:00:00 2001 From: "Harle, Antoine (Contracteur)" Date: Thu, 26 Mar 2020 10:49:25 -0400 Subject: [PATCH] Readmed mini-update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1472f3..da9c430 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Transformation | Min | Max 'Posterize' | 4 | 8 'Solarize' | 1 | 256 -Those parameters needs to be float value to allow differentiable transformations. +Those parameters needs to be float value to allow differentiable transformations and can be configured in JSON files format (see config folder). There's also other transformations available in 'transformations.py' but they're mostly intended to test purposes and not recommended in general.