ASLP-lab commited on
Commit
5ac5227
·
verified ·
1 Parent(s): 523abf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -8,7 +8,9 @@ tags:
8
  <img src="https://github.com/ASLP-lab/SongFormer/blob/main/figs/logo.png?raw=true" width="50%" />
9
  </p>
10
 
11
- # SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision
 
 
12
 
13
  ![Python](https://img.shields.io/badge/Python-3.10-brightgreen)
14
  ![License](https://img.shields.io/badge/License-CC%20BY%204.0-lightblue)
@@ -21,7 +23,25 @@ tags:
21
  [![Discord](https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white)](https://discord.gg/p5uBryC4Zs)
22
  [![lab](https://img.shields.io/badge/🏫-ASLP-grey?labelColor=lightgrey)](http://www.npu-aslp.org/)
23
 
24
- Chunbo Hao<sup>&ast;</sup>, Ruibin Yuan<sup>&ast;</sup>, Jixun Yao, Qixin Deng, Xinyi Bai, Wei Xue, Lei Xie<sup>&dagger;</sup>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  ----
27
 
 
8
  <img src="https://github.com/ASLP-lab/SongFormer/blob/main/figs/logo.png?raw=true" width="50%" />
9
  </p>
10
 
11
+ <h1 align="center">SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision</h1>
12
+
13
+ <div align="center">
14
 
15
  ![Python](https://img.shields.io/badge/Python-3.10-brightgreen)
16
  ![License](https://img.shields.io/badge/License-CC%20BY%204.0-lightblue)
 
23
  [![Discord](https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white)](https://discord.gg/p5uBryC4Zs)
24
  [![lab](https://img.shields.io/badge/🏫-ASLP-grey?labelColor=lightgrey)](http://www.npu-aslp.org/)
25
 
26
+ </div>
27
+
28
+ <div align="center">
29
+ <h3>
30
+ Chunbo Hao<sup>1*</sup>, Ruibin Yuan<sup>2,5*</sup>, Jixun Yao<sup>1</sup>, Qixin Deng<sup>3,5</sup>,<br>Xinyi Bai<sup>4,5</sup>, Wei Xue<sup>2</sup>, Lei Xie<sup>1†</sup>
31
+ </h3>
32
+
33
+ <p>
34
+ <sup>*</sup>Equal contribution &nbsp;&nbsp; <sup>†</sup>Corresponding author
35
+ </p>
36
+
37
+ <p>
38
+ <sup>1</sup>Audio, Speech and Language Processing Group (ASLP@NPU),<br>Northwestern Polytechnical University<br>
39
+ <sup>2</sup>Hong Kong University of Science and Technology<br>
40
+ <sup>3</sup>Northwestern University<br>
41
+ <sup>4</sup>Cornell University<br>
42
+ <sup>5</sup>Multimodal Art Projection (M-A-P)
43
+ </p>
44
+ </div>
45
 
46
  ----
47