Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
tags:
|
4 |
+
- music
|
5 |
+
- AIGC
|
6 |
+
- art
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
+
---
|
12 |
+
# Dataset Card for LORIS
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
- **Homepage:[https://justinyuu.github.io/LORIS/]**
|
17 |
+
- **Repository:[https://github.com/OpenGVLab/LORIS]**
|
18 |
+
- **Paper:[https://arxiv.org/pdf/2305.01319.pdf]**
|
19 |
+
- **Point of Contact:[mailto:[email protected]]**
|
20 |
+
|
21 |
+
### Dataset Summary
|
22 |
+
|
23 |
+
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).
|
24 |
+
|
25 |
+
### Get Started
|
26 |
+
|
27 |
+
from datasets import load_dataset
|
28 |
+
dataset = load_dataset("awojustin/LORIS")
|
29 |
+
|
30 |
+
|
31 |
+
### Citation Information
|
32 |
+
|
33 |
+
@inproceedings{Yu2023Long,
|
34 |
+
title={Long-Term Rhythmic Video Soundtracker},
|
35 |
+
author={Yu, Jiashuo and Wang, Yaohui and Chen, Xinyuan and Sun, Xiao and Qiao, Yu },
|
36 |
+
booktitle={International Conference on Machine Learning (ICML)},
|
37 |
+
year={2023}
|
38 |
+
}
|