Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Cloud4D Dataset
|
| 2 |
Dataset for "Cloud4D: Estimating Cloud Properties at a High Spatial and Temporal Resolution"
|
|
|
|
| 3 |
Project Page: https://cloud4d.jacob-lin.com/
|
| 4 |
|
| 5 |
## Dataset Structure
|
|
@@ -36,14 +37,14 @@ Cloud4D/
|
|
| 36 |
|
| 37 |
```bash
|
| 38 |
# Clone the dataset
|
| 39 |
-
|
| 40 |
-
cd
|
| 41 |
|
| 42 |
# Extract all archives
|
| 43 |
python unpack.py
|
| 44 |
|
| 45 |
# Or extract to a specific location
|
| 46 |
-
python unpack.py --output /path/to/
|
| 47 |
```
|
| 48 |
|
| 49 |
### Selective Extraction
|
|
|
|
| 1 |
# Cloud4D Dataset
|
| 2 |
Dataset for "Cloud4D: Estimating Cloud Properties at a High Spatial and Temporal Resolution"
|
| 3 |
+
|
| 4 |
Project Page: https://cloud4d.jacob-lin.com/
|
| 5 |
|
| 6 |
## Dataset Structure
|
|
|
|
| 37 |
|
| 38 |
```bash
|
| 39 |
# Clone the dataset
|
| 40 |
+
hf download jacoblin/cloud4d --repo-type dataset --local-dir cloud4d
|
| 41 |
+
cd cloud4d
|
| 42 |
|
| 43 |
# Extract all archives
|
| 44 |
python unpack.py
|
| 45 |
|
| 46 |
# Or extract to a specific location
|
| 47 |
+
python unpack.py --output /path/to/cloud4d
|
| 48 |
```
|
| 49 |
|
| 50 |
### Selective Extraction
|