Update README.md
Browse files
README.md
CHANGED
@@ -284,7 +284,7 @@ The dataset is organized in the following structure:
|
|
284 |
## Dataset Download
|
285 |
|
286 |
|
287 |
-
The dataset can be downloaded using
|
288 |
Since SkyScenes offers variations across different axes we enable different subsets for download that can aid in model sensitivity analysis across these axes.
|
289 |
|
290 |
### Download instructions: wget
|
@@ -325,7 +325,7 @@ for hp in "${HP[@]}"; do
|
|
325 |
done
|
326 |
```
|
327 |
|
328 |
-
### Download instructions: [datasets](https://huggingface.co/docs/datasets/index)
|
329 |
|
330 |
<details>
|
331 |
<summary>Click to view all the available keys for downloading subsets of the data</summary>
|
@@ -398,7 +398,7 @@ dataset = load_dataset('hoffman-lab/SkyScenes',name="H_35_P_45 depth")
|
|
398 |
```
|
399 |
|
400 |
### 💡 Notes
|
401 |
-
- To prevent issues when loading datasets using [datasets](https://huggingface.co/docs/datasets/index) library, it is recommended to avoid downloading subsets that contain overlapping directories. If there are any overlapping directories between the existing downloads and new ones, it's essential to clear the .cache directory of any such overlaps before proceeding with the new downloads. This step will ensure a clean and conflict-free environment for handling datasets.
|
402 |
|
403 |
|
404 |
## BibTex
|
|
|
284 |
## Dataset Download
|
285 |
|
286 |
|
287 |
+
The dataset can be downloaded using wget.
|
288 |
Since SkyScenes offers variations across different axes we enable different subsets for download that can aid in model sensitivity analysis across these axes.
|
289 |
|
290 |
### Download instructions: wget
|
|
|
325 |
done
|
326 |
```
|
327 |
|
328 |
+
<!-- ### Download instructions: [datasets](https://huggingface.co/docs/datasets/index)
|
329 |
|
330 |
<details>
|
331 |
<summary>Click to view all the available keys for downloading subsets of the data</summary>
|
|
|
398 |
```
|
399 |
|
400 |
### 💡 Notes
|
401 |
+
- To prevent issues when loading datasets using [datasets](https://huggingface.co/docs/datasets/index) library, it is recommended to avoid downloading subsets that contain overlapping directories. If there are any overlapping directories between the existing downloads and new ones, it's essential to clear the .cache directory of any such overlaps before proceeding with the new downloads. This step will ensure a clean and conflict-free environment for handling datasets. -->
|
402 |
|
403 |
|
404 |
## BibTex
|