Datasets:

Modalities:
Image
ArXiv:
License:
JeffreyJsam commited on
Commit
fc454b6
·
verified ·
1 Parent(s): 6dc9c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- "JeffreyJsam/SWiM-SpacecraftWithMasks",
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 JeffreyJsam/SWiM-SpacecraftWithMasks
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 JeffreyJsam/SWiM-SpacecraftWithMasks
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