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. ---