Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ If you're using models/tools like **YOLO** or others that expect a **flat direct
|
|
59 |
|
60 |
### Utility Scripts
|
61 |
|
62 |
-
The following scripts help you with the download of this dataset. Due to the large nature of the data and the custom directory structure, it is recommended to use the following scripts to either sample or to download the entire dataset.
|
63 |
|
64 |
|
65 |
#### 1. Setup
|
@@ -89,7 +89,7 @@ Arguments:
|
|
89 |
|
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
|
@@ -124,7 +124,7 @@ Arguments:
|
|
124 |
|
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
|
|
|
59 |
|
60 |
### Utility Scripts
|
61 |
|
62 |
+
The following scripts help you with the download of this dataset. Due to the large nature of the data and the custom directory structure, it is recommended to use the following scripts to either sample or to download the entire dataset. Note, the scripts are in the utils subdirectory.
|
63 |
|
64 |
|
65 |
#### 1. Setup
|
|
|
89 |
|
90 |
Example Usage with all args:
|
91 |
```
|
92 |
+
python3 utils/sample_swim.py
|
93 |
--repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
|
94 |
--image-subdir Baseline/images/val/000
|
95 |
--label-subdir Baseline/labels/val/000
|
|
|
124 |
|
125 |
Example usage with all args:
|
126 |
```
|
127 |
+
python3 utils/download_swim.py
|
128 |
--repo-id JeffreyJsam/SWiM-SpacecraftWithMasks
|
129 |
--images-parent Baseline/images/val
|
130 |
--labels-parent Baseline/labels/val
|