Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,19 +58,29 @@ Create your virtual environment:
|
|
| 58 |
### 2. Sample 500 items from a specific chunk:
|
| 59 |
|
| 60 |
python sample_swim.py
|
|
|
|
| 61 |
--repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
|
|
|
|
| 62 |
--image-subdir Baseline/images/val/000
|
|
|
|
| 63 |
--label-subdir Baseline/labels/val/000
|
|
|
|
| 64 |
--output-dir ./Sampled-SWiM
|
|
|
|
| 65 |
--count 500
|
| 66 |
|
| 67 |
### 3. Download the entire dataset (optionally flatten chunks):
|
| 68 |
|
| 69 |
python download_swim.py
|
|
|
|
| 70 |
--repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
|
|
|
|
| 71 |
--images-parent Baseline/images/val
|
|
|
|
| 72 |
--labels-parent Baseline/labels/val
|
|
|
|
| 73 |
--output-dir ./SWiM
|
|
|
|
| 74 |
--flatten
|
| 75 |
|
| 76 |
|
|
|
|
| 58 |
### 2. Sample 500 items from a specific chunk:
|
| 59 |
|
| 60 |
python sample_swim.py
|
| 61 |
+
|
| 62 |
--repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
|
| 63 |
+
|
| 64 |
--image-subdir Baseline/images/val/000
|
| 65 |
+
|
| 66 |
--label-subdir Baseline/labels/val/000
|
| 67 |
+
|
| 68 |
--output-dir ./Sampled-SWiM
|
| 69 |
+
|
| 70 |
--count 500
|
| 71 |
|
| 72 |
### 3. Download the entire dataset (optionally flatten chunks):
|
| 73 |
|
| 74 |
python download_swim.py
|
| 75 |
+
|
| 76 |
--repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
|
| 77 |
+
|
| 78 |
--images-parent Baseline/images/val
|
| 79 |
+
|
| 80 |
--labels-parent Baseline/labels/val
|
| 81 |
+
|
| 82 |
--output-dir ./SWiM
|
| 83 |
+
|
| 84 |
--flatten
|
| 85 |
|
| 86 |
|