File size: 1,136 Bytes
bda6e2b
 
 
 
 
 
 
 
 
159a375
bda6e2b
 
 
 
 
 
2ff9329
f44a80c
b651b79
f44a80c
bda6e2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
tags:
- music
- AIGC
- art
language:
- en
size_categories:

- 10K<n<100K
---
# Dataset Card for LORIS

## Dataset Description

- **Homepage:** [LORIS](https://justinyuu.github.io/LORIS)
- **Repository:** [OpenGVLab-LORIS](https://github.com/OpenGVLab/LORIS)
- **Paper:** [2305.01319](https://arxiv.org/pdf/2305.01319.pdf)
- **Point of Contact:** [yujiashuo](mailto:yujiashuo@pjlab.org.cn)

### Dataset Summary

LORIS dataset is a large-scale rhythmic video soundtrack dataset that includes 86.43h long-term, high-quality raw videos with corresponding 2D poses, RGB features, and ameliorated audio waveforms. This dataset is originally used for the video background music generation task (a.k.a. video soundtracks).

### Get Started

    from datasets import load_dataset
    dataset = load_dataset("awojustin/LORIS")


### Citation Information

    @inproceedings{Yu2023Long,
    title={Long-Term Rhythmic Video Soundtracker},
    author={Yu, Jiashuo and Wang, Yaohui and Chen, Xinyuan and Sun, Xiao and Qiao, Yu },
    booktitle={International Conference on Machine Learning (ICML)},
    year={2023}
    }