File size: 1,217 Bytes
1b28b01
 
b640f64
 
 
 
 
 
 
1b28b01
 
 
 
 
 
 
 
 
5e76a9f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: cc-by-4.0
tags:
- sentiment
- emotion
- video
pretty_name: induced sentiment analysis
size_categories:
- 10K<n<100K
---
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)**.

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.

In this repository:
- Each zip file (e.g., `I3D`) contains `.npy` files representing the features of the videos extracted using the respective method.
- The `.npy` files are named with the `video_file_id`, ensuring a direct correspondence with the `video_file_id` in `lable_data_dict.json`.

More resources and project documents are available in github(https://github.com/JackySnake/MSA-CRVI).