Datasets:
				
			
			
	
			
	
		
			
	
		
		Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -1,43 +1,47 @@ 
     | 
|
| 1 | 
         
            -
            ---
         
     | 
| 2 | 
         
            -
            license: cc-by-nc-4.0
         
     | 
| 3 | 
         
            -
             
     | 
| 4 | 
         
            -
             
     | 
| 5 | 
         
            -
             
     | 
| 6 | 
         
            -
             
     | 
| 7 | 
         
            -
             
     | 
| 8 | 
         
            -
             
     | 
| 9 | 
         
            -
             
     | 
| 10 | 
         
            -
             
     | 
| 11 | 
         
            -
             
     | 
| 12 | 
         
            -
            The V2M dataset  
     | 
| 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 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            license: cc-by-nc-4.0
         
     | 
| 3 | 
         
            +
            task_categories:
         
     | 
| 4 | 
         
            +
            - text-to-audio
         
     | 
| 5 | 
         
            +
            size_categories:
         
     | 
| 6 | 
         
            +
            - 100K<n<1M
         
     | 
| 7 | 
         
            +
            ---
         
     | 
| 8 | 
         
            +
             
     | 
| 9 | 
         
            +
             
     | 
| 10 | 
         
            +
            # V2M Dataset: A Large-Scale Video-to-Music Dataset πΆ
         
     | 
| 11 | 
         
            +
             
     | 
| 12 | 
         
            +
            **The V2M dataset is proposed in the [VidMuse project](https://vidmuse.github.io/), aimed at advancing research in video-to-music generation.**
         
     | 
| 13 | 
         
            +
             
     | 
| 14 | 
         
            +
            ## β¨ Dataset Overview
         
     | 
| 15 | 
         
            +
             
     | 
| 16 | 
         
            +
            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.
         
     | 
| 17 | 
         
            +
             
     | 
| 18 | 
         
            +
             
     | 
| 19 | 
         
            +
            ## π οΈ Usage Instructions
         
     | 
| 20 | 
         
            +
             
     | 
| 21 | 
         
            +
            - Download the dataset:
         
     | 
| 22 | 
         
            +
              
         
     | 
| 23 | 
         
            +
              ```bash
         
     | 
| 24 | 
         
            +
              git clone https://huggingface.co/datasets/HKUSTAudio/VidMuse-V2M-Dataset
         
     | 
| 25 | 
         
            +
              ```
         
     | 
| 26 | 
         
            +
             
     | 
| 27 | 
         
            +
            - Dataset structure:
         
     | 
| 28 | 
         
            +
              
         
     | 
| 29 | 
         
            +
              ```
         
     | 
| 30 | 
         
            +
              V2M/
         
     | 
| 31 | 
         
            +
              βββ V2M.txt
         
     | 
| 32 | 
         
            +
              βββ V2M-20k.txt
         
     | 
| 33 | 
         
            +
              βββ V2M-bench.txt
         
     | 
| 34 | 
         
            +
              ```
         
     | 
| 35 | 
         
            +
             
     | 
| 36 | 
         
            +
            ## π― Citation
         
     | 
| 37 | 
         
            +
             
     | 
| 38 | 
         
            +
            If you use the V2M dataset in your research, please consider citing:
         
     | 
| 39 | 
         
            +
             
     | 
| 40 | 
         
            +
            ```
         
     | 
| 41 | 
         
            +
            @article{tian2024vidmuse,
         
     | 
| 42 | 
         
            +
              title={Vidmuse: A simple video-to-music generation framework with long-short-term modeling},
         
     | 
| 43 | 
         
            +
              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},
         
     | 
| 44 | 
         
            +
              journal={arXiv preprint arXiv:2406.04321},
         
     | 
| 45 | 
         
            +
              year={2024}
         
     | 
| 46 | 
         
            +
            }
         
     | 
| 47 | 
         
            +
            ```
         
     |