JeffreyJsam commited on
Commit
8477fd7
·
verified ·
1 Parent(s): c729fb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -90,15 +90,10 @@ Arguments:
90
  Example Usage with all args:
91
  ```
92
  python3 sample_swim.py
93
-
94
  --repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
95
-
96
  --image-subdir Baseline/images/val/000
97
-
98
  --label-subdir Baseline/labels/val/000
99
-
100
  --output-dir ./Sampled-SWiM
101
-
102
  --count 500
103
  ```
104
  #### 3. Download the entire dataset (optionally flatten chunks for YOLO format):
@@ -130,15 +125,10 @@ Arguments:
130
  Example usage with all args:
131
  ```
132
  python3 download_swim.py
133
-
134
  --repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
135
-
136
  --images-parent Baseline/images/val
137
-
138
  --labels-parent Baseline/labels/val
139
-
140
  --output-dir ./SWiM
141
-
142
  --flatten
143
  ```
144
 
 
90
  Example Usage with all args:
91
  ```
92
  python3 sample_swim.py
 
93
  --repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
 
94
  --image-subdir Baseline/images/val/000
 
95
  --label-subdir Baseline/labels/val/000
 
96
  --output-dir ./Sampled-SWiM
 
97
  --count 500
98
  ```
99
  #### 3. Download the entire dataset (optionally flatten chunks for YOLO format):
 
125
  Example usage with all args:
126
  ```
127
  python3 download_swim.py
 
128
  --repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
 
129
  --images-parent Baseline/images/val
 
130
  --labels-parent Baseline/labels/val
 
131
  --output-dir ./SWiM
 
132
  --flatten
133
  ```
134