JeffreyJsam commited on
Commit
b0ac4f7
·
verified ·
1 Parent(s): 20aef1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -146,17 +146,17 @@ Arguments:
146
  --images-parent Parent directory for image chunks (e.g., Baseline/images/train)
147
  --labels-parent Parent directory for label chunks (e.g., Baseline/labels/train)
148
  --output-dir Where to save the downloaded dataset
149
- --flatten Remove final 'chunk' subdir in output paths (default: True)
150
  --chunks Specific chunk names (e.g., 000 001); omit to download all
151
 
152
  Example usage with all args:
153
  ```
154
  python3 utils/download_swim.py
155
  --repo-id RiceD2KLab/SWiM-SpacecraftWithMasks
156
- --images-parent Baseline/images/val
157
- --labels-parent Baseline/labels/val
158
  --output-dir ./SWiM
159
- --flatten
160
  ```
161
 
162
  **Arguments are all configurable—see `--help` for details.**
 
146
  --images-parent Parent directory for image chunks (e.g., Baseline/images/train)
147
  --labels-parent Parent directory for label chunks (e.g., Baseline/labels/train)
148
  --output-dir Where to save the downloaded dataset
149
+ --flatten Run with "--flatten" to flatten directories. If you want hierarchical chunk folders, omit --flatten
150
  --chunks Specific chunk names (e.g., 000 001); omit to download all
151
 
152
  Example usage with all args:
153
  ```
154
  python3 utils/download_swim.py
155
  --repo-id RiceD2KLab/SWiM-SpacecraftWithMasks
156
+ --images-parent Baseline/images
157
+ --labels-parent Baseline/labels
158
  --output-dir ./SWiM
159
+ --flatten # flattens directories
160
  ```
161
 
162
  **Arguments are all configurable—see `--help` for details.**