download directories
This commit is contained in:
parent
f6c06933ba
commit
b4cc0d8279
|
@ -86,7 +86,7 @@ rsync rsync://176.9.41.242:873/danbooru2021/512px/000* ./512px/
|
|||
```
|
||||
Download the first batch of metadata, posts000000000000.json (800MB):
|
||||
``` shell
|
||||
rsync rsync://176.9.41.242:873/danbooru2021/metadata/posts000000000000.json ./metadata/
|
||||
rsync -r rsync://176.9.41.242:873/danbooru2021/metadata/posts000000000000.json ./metadata/
|
||||
```
|
||||
You should now have two folders named: 512px and metadata.
|
||||
|
||||
|
@ -112,4 +112,4 @@ zip -r labeled_data.zip labeled_data
|
|||
This will package the entire labaled_data folder into a zip file. This command DOES NOT output any information in the terminal, so be patient.
|
||||
|
||||
## Finish
|
||||
You can now continue to Configure
|
||||
You can now continue to Configure
|
||||
|
|
Loading…
Reference in New Issue