whlzy commited on
Commit
4a89f9b
1 Parent(s): bfab17c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -23,10 +23,16 @@ Sentry-Image is now open-sourced at [Sentry-Image (github repository)](https://g
23
  * **Point of Contact:** [contact@infimagine.com](mailto:contact@infimagine.com)
24
 
25
  ## How to Download
 
26
  ```shell
27
  git lfs install
28
  git clone https://huggingface.co/datasets/InfImagine/FakeImageDataset
29
  ```
 
 
 
 
 
30
 
31
  ## Dataset Summary
32
 
 
23
  * **Point of Contact:** [contact@infimagine.com](mailto:contact@infimagine.com)
24
 
25
  ## How to Download
26
+ You can use following codes to download the dataset:
27
  ```shell
28
  git lfs install
29
  git clone https://huggingface.co/datasets/InfImagine/FakeImageDataset
30
  ```
31
+ You can use following codes to extract the files in each subfolder (take the *SDv15R-CC1M* subfolder in ImageData/train/SDv15R-CC1M as an example):
32
+ ```shell
33
+ cat SDv15R-CC1M.tar.gz.* > SDv15R-CC1M.tar.gz
34
+ tar -xvf SDv15R-CC1M.tar.gz
35
+ ```
36
 
37
  ## Dataset Summary
38