Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
+
This repository contains the visual features of the CSMV dataset released in Paper **[Infer Induced Sentiment of Comment Response to Video: A New Task, Dataset and Baseline](https://proceedings.neurips.cc/paper_files/paper/2024/file/bbf090d264b94d29260f5303efea868c-Paper-Datasets_and_Benchmarks_Track.pdf)**.
|
5 |
+
|
6 |
+
The repository contains feature representations of the micro-videos. Each subfolder is named after a different feature extraction method, and the features for each video are saved as `.npy` files. The filenames correspond to the `video_file_id`. Currently, features extracted using **I3D**(recommend) and R(2+1)D have been released. More features will be released in the future.
|
7 |
+
|
8 |
+
In this repository:
|
9 |
+
- Each zip file (e.g., `I3D`) contains `.npy` files representing the features of the videos extracted using the respective method.
|
10 |
+
- The `.npy` files are named with the `video_file_id`, ensuring a direct correspondence with the `video_file_id` in `lable_data_dict.json`.
|
11 |
+
|
12 |
+
More resources are available in github(https://github.com/JackySnake/MSA-CRVI).
|