SeoyeonPark1223 commited on
Commit
5942814
·
verified ·
1 Parent(s): 803e1c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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
  ![Data Preprocessing](./pics/data-preprocessing.png)
 
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
  ![Data Preprocessing](./pics/data-preprocessing.png)