From a7b611c0901455edcb46fce89f6c09fcb0f403da Mon Sep 17 00:00:00 2001 From: Tom Selier Date: Mon, 23 Oct 2023 15:06:52 +0200 Subject: [PATCH] spelling mistake aaaaahhh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cad4e2..e862768 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ $ python ./src/experiments/dataset.py 3. Three new folders will be created, containing the following percentage of images: - `./res/dataset/training`, 70% - `./res/dataset/validation`, 20% - - `./res/dataset/training`, 10% + - `./res/dataset/testing`, 10% 4. Images are split pseudorandomly, thus will create the same datasets on different machines. ---