Update README.md
Browse files
README.md
CHANGED
@@ -28,13 +28,13 @@ The dataset consists of two parts: the **InterReal** dataset, which was captured
|
|
28 |
|
29 |
To download the entire dataset, follow these steps:
|
30 |
```bash
|
31 |
-
|
32 |
-
|
33 |
|
34 |
# Merge the parts (if necessary)
|
35 |
cat {scene_name}_part_* > {scene_name}.tar.gz
|
36 |
|
37 |
-
tar -
|
38 |
```
|
39 |
|
40 |
If you only want to download a specific subset, use the following code:
|
@@ -50,7 +50,7 @@ hf_hub_download(
|
|
50 |
```
|
51 |
After downloading, you can extract the subset using:
|
52 |
```bash
|
53 |
-
tar -
|
54 |
```
|
55 |
|
56 |
## Dataset Structure
|
|
|
28 |
|
29 |
To download the entire dataset, follow these steps:
|
30 |
```bash
|
31 |
+
pip install -U "huggingface_hub[cli]"
|
32 |
+
huggingface-cli download --local-dir LiveScene --repo-type dataset IPEC-COMMUNITY/LiveScene
|
33 |
|
34 |
# Merge the parts (if necessary)
|
35 |
cat {scene_name}_part_* > {scene_name}.tar.gz
|
36 |
|
37 |
+
tar -xzvf {scene_name}.tar.gz
|
38 |
```
|
39 |
|
40 |
If you only want to download a specific subset, use the following code:
|
|
|
50 |
```
|
51 |
After downloading, you can extract the subset using:
|
52 |
```bash
|
53 |
+
tar -xzvf {scene_name}.tar.gz
|
54 |
```
|
55 |
|
56 |
## Dataset Structure
|