jacoblin commited on
Commit
ab999aa
·
verified ·
1 Parent(s): ef6b863

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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
- git clone https://huggingface.co/datasets/jacoblin/Cloud4D
40
- cd Cloud4D
41
 
42
  # Extract all archives
43
  python unpack.py
44
 
45
  # Or extract to a specific location
46
- python unpack.py --output /path/to/Cloud4D
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