Commit ·
37d28b9
1
Parent(s): 7834fc4
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,13 @@ We provide the Real-World Audio-Visual Scene (RWAVS) Dataset.
|
|
| 11 |
|
| 12 |
1. The dataset can be downloaded from this Hugging Face repository.
|
| 13 |
|
| 14 |
-
2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
```
|
| 16 |
./release/
|
| 17 |
├── 1
|
|
|
|
| 11 |
|
| 12 |
1. The dataset can be downloaded from this Hugging Face repository.
|
| 13 |
|
| 14 |
+
2. After you download the dataset, you can decompress the `RWAVS_Release.zip`.
|
| 15 |
+
```
|
| 16 |
+
unzip RWAVS_Release.zip
|
| 17 |
+
cd release/
|
| 18 |
+
```
|
| 19 |
+
|
| 20 |
+
3. The data is organized with the following directory structure.
|
| 21 |
```
|
| 22 |
./release/
|
| 23 |
├── 1
|