Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ Use the following code to load and iterate over the dataset efficiently:
|
|
| 66 |
from datasets import load_dataset
|
| 67 |
|
| 68 |
dataset = load_dataset(
|
| 69 |
-
"
|
| 70 |
data_dir="Baseline", # for augmented, data_dir="Augmented"
|
| 71 |
streaming=True
|
| 72 |
)
|
|
@@ -117,7 +117,7 @@ Arguments:
|
|
| 117 |
Example Usage with all args:
|
| 118 |
```
|
| 119 |
python3 utils/sample_swim.py
|
| 120 |
-
--repo-id
|
| 121 |
--image-subdir Baseline/images/val/000
|
| 122 |
--label-subdir Baseline/labels/val/000
|
| 123 |
--output-dir ./Sampled-SWiM
|
|
@@ -152,7 +152,7 @@ Arguments:
|
|
| 152 |
Example usage with all args:
|
| 153 |
```
|
| 154 |
python3 utils/download_swim.py
|
| 155 |
-
--repo-id
|
| 156 |
--images-parent Baseline/images/val
|
| 157 |
--labels-parent Baseline/labels/val
|
| 158 |
--output-dir ./SWiM
|
|
|
|
| 66 |
from datasets import load_dataset
|
| 67 |
|
| 68 |
dataset = load_dataset(
|
| 69 |
+
"RiceD2KLab/SWiM-SpacecraftWithMasks",
|
| 70 |
data_dir="Baseline", # for augmented, data_dir="Augmented"
|
| 71 |
streaming=True
|
| 72 |
)
|
|
|
|
| 117 |
Example Usage with all args:
|
| 118 |
```
|
| 119 |
python3 utils/sample_swim.py
|
| 120 |
+
--repo-id RiceD2KLab/SWiM-SpacecraftWithMasks
|
| 121 |
--image-subdir Baseline/images/val/000
|
| 122 |
--label-subdir Baseline/labels/val/000
|
| 123 |
--output-dir ./Sampled-SWiM
|
|
|
|
| 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
|