Update dataset.md

This commit is contained in:
Frederik Fix 2022-09-15 19:43:15 +02:00 committed by GitHub
parent 98c6e0c38b
commit af00e49aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: