From af00e49aa804658b24e5eddce8b98a037fba54c3 Mon Sep 17 00:00:00 2001 From: Frederik Fix Date: Thu, 15 Sep 2022 19:43:15 +0200 Subject: [PATCH] Update dataset.md --- docs/en/training/dataset.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/training/dataset.md b/docs/en/training/dataset.md index 6d1316a..2067240 100644 --- a/docs/en/training/dataset.md +++ b/docs/en/training/dataset.md @@ -106,8 +106,8 @@ Once the script has finished, you should have a "danbooru-aesthetic" folder, who Next we need to put the extracted data into the format required in the section "Dataset requirements". Run the following commands: ``` shell mkdir danbooru-aesthetic/img danbooru-aesthetic/txt -mv danbooru-aesthetic/*.jpg labeled_data/img -mv danbooru-aesthetic/*.txt labeled_data/txt +mv danbooru-aesthetic/*.jpg danbooru-aesthetic/img +mv danbooru-aesthetic/*.txt danbooru-aesthetic/txt ``` In order to reduce size, zip the contents of labeled_data: