Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
File size: 1,238 Bytes
9ef1534
 
 
4d94808
 
 
bc90d11
4d94808
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---

license: cc-by-4.0
---


# V2M Dataset: A Large-Scale Video-to-Music Dataset 🎶

**The V2M dataset is proposed in the [VidMuse project](https://vidmuse.github.io/), aimed at advancing research in video-to-music generation.**

## ✨ Dataset Overview

The V2M dataset comprises 360K pairs of videos and music, covering various types including movie trailers, advertisements, and documentaries. This dataset provides researchers with a rich resource to explore the relationship between video content and music generation.


## 🛠️ Usage Instructions

- Download the dataset:
  
  ```bash

  git clone https://huggingface.co/datasets/Zeyue7/V2M

  ```

- Dataset structure:
  
  ```

  V2M/

  ├── V2M.txt

  ├── V2M-20k.txt

  └── V2M-bench.txt

  ```

## 🎯 Citation

If you use the V2M dataset in your research, please consider citing:

```

@article{tian2024vidmuse,

  title={Vidmuse: A simple video-to-music generation framework with long-short-term modeling},

  author={Tian, Zeyue and Liu, Zhaoyang and Yuan, Ruibin and Pan, Jiahao and Liu, Qifeng and Tan, Xu and Chen, Qifeng and Xue, Wei and Guo, Yike},

  journal={arXiv preprint arXiv:2406.04321},

  year={2024}

}

```