Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ size_categories:
|
|
| 25 |
- Data Format:
|
| 26 |
- Stored as `.npy` files for efficient loading and processing.
|
| 27 |
- Each `.npy` file is a tensor containing concatenated audio and video feature representations for a fixed sequence of frames.
|
|
|
|
| 28 |
|
| 29 |
## Dataset Preprocessing Pipeline
|
| 30 |

|
|
|
|
| 25 |
- Data Format:
|
| 26 |
- Stored as `.npy` files for efficient loading and processing.
|
| 27 |
- Each `.npy` file is a tensor containing concatenated audio and video feature representations for a fixed sequence of frames.
|
| 28 |
+
- Data preprocessing code: [GitHub data-preprocessing](https://github.com/silverAvocado/silver-data-processing)
|
| 29 |
|
| 30 |
## Dataset Preprocessing Pipeline
|
| 31 |

|