Datasets:

Languages:
English
ArXiv:
License:
File size: 1,132 Bytes
bda6e2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b60ed0e
 
e244403
bf00949
e244403
 
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:** https://justinyuu.github.io/LORIS/ 
- **Repository:** https://github.com/OpenGVLab/LORIS 
- **Paper:** https://arxiv.org/pdf/2305.01319.pdf 
- **Point of Contact:** mailto:yujiashuo@pjlab.org.cn
- **We are:** https://arxiv.org/abs/2212.03191
 
### 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}
    }