Datasets:

Modalities:
Image
ArXiv:
License:
JeffreyJsam commited on
Commit
9d49b0c
·
verified ·
1 Parent(s): aa55ec0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -108,8 +108,9 @@ Usage:
108
 
109
  python3 utils/sample_swim.py --output-dir ./samples --count 100
110
 
111
- ```
112
  Arguments:
 
113
  --repo-id Hugging Face dataset repository ID
114
  --image-subdir Path to image subdirectory inside the dataset repo
115
  --label-subdir Path to corresponding label subdirectory
@@ -146,9 +147,10 @@ Usage:
146
 
147
  # Download specific chunks
148
 
149
- python3 utils/download_swim.py --chunks 000 001 002 --flatten False
150
- ```
151
  Arguments:
 
152
  --repo-id Hugging Face dataset repository ID
153
  --images-parent Parent directory for image chunks (e.g., Baseline/images/train)
154
  --labels-parent Parent directory for label chunks (e.g., Baseline/labels/train)
 
108
 
109
  python3 utils/sample_swim.py --output-dir ./samples --count 100
110
 
111
+
112
  Arguments:
113
+ ```
114
  --repo-id Hugging Face dataset repository ID
115
  --image-subdir Path to image subdirectory inside the dataset repo
116
  --label-subdir Path to corresponding label subdirectory
 
147
 
148
  # Download specific chunks
149
 
150
+ python3 utils/download_swim.py --chunks 000 001 002
151
+
152
  Arguments:
153
+ ```
154
  --repo-id Hugging Face dataset repository ID
155
  --images-parent Parent directory for image chunks (e.g., Baseline/images/train)
156
  --labels-parent Parent directory for label chunks (e.g., Baseline/labels/train)