liu-hanghang commited on
Commit
e697e21
·
verified ·
1 Parent(s): b9bc026

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +141 -0
  2. metadata.jsonl +0 -0
  3. spotify_urls.txt +250 -0
  4. struct/A Little Sound - Afterlife.json +44 -0
  5. struct/AILSHA - Good Looking Girl Awful Music.json +84 -0
  6. struct/AMANZI - Go Where You're Wanted.json +64 -0
  7. struct/Aaron Taylor - Summer in June.json +49 -0
  8. struct/Aerial Salad - King Of The Grass.json +69 -0
  9. struct/Aidan Bissett - dance around it.json +64 -0
  10. struct/Aitch, Pozer - TILL L4TE (feat. Pozer).json +49 -0
  11. struct/Akeira Jade - Or Whatever You Call It.json +49 -0
  12. struct/Alessi Rose - Same Mouth.json +49 -0
  13. struct/Alessi Rose - That Could Be Me.json +59 -0
  14. struct/Alex G - Afterlife.json +59 -0
  15. struct/Alex Warren, Jelly Roll - Bloodline (with Jelly Roll).json +69 -0
  16. struct/Alex Warren, ROSÉ - On My Mind.json +74 -0
  17. struct/Alfa Mist - 9 Months.json +59 -0
  18. struct/Alison Goldfrapp - Sound & Light.json +64 -0
  19. struct/All Time Low - The Weather.json +54 -0
  20. struct/Amble - Marlay Park.json +89 -0
  21. struct/Amy Macdonald - I'm Done (Games That You Play).json +54 -0
  22. struct/Ashaine White - Whole Lotta Me.json +79 -0
  23. struct/Axwell, CARMA - Until The Lights Go Out.json +84 -0
  24. struct/Aziya - he's mine.json +59 -0
  25. struct/BANKS - Candy.json +49 -0
  26. struct/BC Camplight - Bubbles In The Gasoline.json +64 -0
  27. struct/BEX - politix.json +59 -0
  28. struct/BIG SPECIAL - GOD SAVE THE PONY..json +59 -0
  29. struct/BNXN - Jies.json +59 -0
  30. struct/BSEARL - SIESTA.json +64 -0
  31. struct/BSEARL - SOLD MY SOUL.json +64 -0
  32. struct/BXKS - Zagga Dat.json +49 -0
  33. struct/Basht. - Sacred Heart.json +54 -0
  34. struct/Been Stellar - Breakaway.json +79 -0
  35. struct/Benson Boone - Mr Electric Blue.json +74 -0
  36. struct/Billy Nomates - Override.json +59 -0
  37. struct/Black Honey - Insulin.json +54 -0
  38. struct/Blood Orange, Tariq Al-Sabir, Caroline Polachek, Daniel Caesar, The Durutti Column - The Field (feat. The Durutti Column, Tariq Al-Sabir, Caroline Polachek & Daniel Caesar).json +59 -0
  39. struct/Bloody Civilian - Ladida.json +44 -0
  40. struct/Bradley Marshall - Skin And Bones.json +64 -0
  41. struct/Bury Tomorrow - Silence Isn't Helping Us.json +89 -0
  42. struct/CARSTEN2X, Joe Butler - ⋆CALIFORNIA⋆.json +59 -0
  43. struct/CHANEY - Prayer.json +79 -0
  44. struct/CHINCHILLA - Avoidance.json +54 -0
  45. struct/CID - Can You Really Feel Me.json +49 -0
  46. struct/Callinsick - Big Mouth.json +39 -0
  47. struct/Calum Scott - Die For You.json +59 -0
  48. struct/Cate Le Bon - Heaven Is No Feeling.json +64 -0
  49. struct/Charlotte OC - Romeo.json +79 -0
  50. struct/Christian Alexander - I Want To.json +59 -0
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # JAME Dataset
2
+
3
+ **JAME** (JAM Evaluation) is a comprehensive music dataset containing 250 high-quality music tracks designed for **standardized evaluation of song generation models**.
4
+
5
+ This dataset is part of **Project Jamify** developed by [DeCLaRe Lab](https://github.com/declare-lab/jamify/tree/main) and supports research in controllable music generation, transcription analysis, and musical structure prediction.
6
+
7
+ This dataset supports the research described in:
8
+
9
+ **JAM: A Tiny Flow-based Song Generator with Fine-grained Controllability and Aesthetic Alignment**
10
+ *Renhang Liu, Chia-Yu Hung, Navonil Majumder, Taylor Gautreaux, Amir Ali Bagherzadeh, Chuan Li, Dorien Herremans, Soujanya Poria*
11
+ arXiv:2507.20880 (2025)
12
+ 🔗 [Paper](https://arxiv.org/abs/2507.20880) | 🔗 [Code](https://github.com/declare-lab/jamify) | 🔗 [Project](https://declare-lab.github.io/jamify)
13
+
14
+
15
+ ## Dataset Overview
16
+
17
+ - **Total Tracks**: 250 carefully curated tracks
18
+ - **Duration**: Approximately 230 seconds per track
19
+ - **Genres**: Hip-Hop/Rap, Rock/Metal, Electronic/Dance, R&B/Soul/Jazz, Country/Folk
20
+ - **Release Time**: After 1st May 2025
21
+ - **Purpose**: Standardized evaluation benchmark for song generation models
22
+
23
+ ## Dataset Structure
24
+
25
+ ```
26
+ jame/
27
+ ├── README.md # This file
28
+ ├── metadata.jsonl # Complete metadata for all tracks
29
+ ├── spotify_urls.txt # Plain text list of Spotify URLs
30
+ ├── transcriptions/ # JSON transcription files
31
+ │ ├── Artist - Title.json
32
+ │ └── ...
33
+ └── struct/ # JSON structure analysis files
34
+ ├── Artist - Title.json
35
+ └── ...
36
+ ```
37
+
38
+ ## Audio Access
39
+
40
+ Audio files are not directly provided in this dataset. Users can legally access the audio through:
41
+ - **Spotify**: Using the provided `spotify_url` links
42
+ - **YouTube Music**: Using the provided `youtube_url` links
43
+ - **Legal Streaming Services**: Search by artist and title information
44
+
45
+ Please ensure compliance with terms of service and copyright laws when accessing audio content.
46
+
47
+ ## Metadata Format
48
+
49
+ Each line in `metadata.jsonl` contains a JSON object with the following fields:
50
+
51
+ ```json
52
+ {
53
+ "file_name": "Artist - Title",
54
+ "artist": "Artist Name",
55
+ "title": "Song Title",
56
+ "spotify_url": "https://open.spotify.com/track/...",
57
+ "youtube_url": "https://music.youtube.com/watch?v=...",
58
+ "duration": 180,
59
+ "year": 2025,
60
+ "genre": "Hip-Hop/Rap",
61
+ "transcription_path": "eval_data/jame/transcriptions/Artist - Title.json",
62
+ "struct_path": "eval_data/jame/struct/Artist - Title.json",
63
+ "song_id": "spotify_track_id"
64
+ }
65
+ ```
66
+
67
+ ### Field Descriptions
68
+
69
+ - **file_name**: Base filename without extension
70
+ - **artist**: Primary artist name
71
+ - **title**: Song title
72
+ - **spotify_url**: Official Spotify track URL
73
+ - **youtube_url**: YouTube Music URL
74
+ - **duration**: Track duration in seconds
75
+ - **year**: Release year
76
+ - **genre**: Music genre category
77
+ - **transcription_path**: Path to transcription JSON file
78
+ - **struct_path**: Path to structure analysis JSON file
79
+ - **song_id**: Spotify track identifier
80
+
81
+ ## Genre Distribution
82
+
83
+ The dataset contains tracks from the following genres:
84
+ - **Hip-Hop/Rap**: Urban and rap music
85
+ - **Rock/Metal**: Rock, alternative, and metal tracks
86
+ - **Electronic/Dance**: Electronic, EDM, and dance music
87
+ - **R&B/Soul/Jazz**: R&B, soul, and jazz-influenced tracks
88
+ - **Country/Folk**: Country, folk, and acoustic music
89
+
90
+ ## File Formats
91
+
92
+ - **Metadata**: JSONL (JSON Lines) format with complete track information
93
+ - **Transcriptions**: JSON format with detailed transcription data
94
+ - **Structure**: JSON format with musical structure annotations
95
+ - **URLs**: Plain text file with Spotify URLs for easy access
96
+
97
+ ## License and Attribution
98
+
99
+ Please ensure proper attribution when using this dataset. Check individual track licenses through their respective Spotify and YouTube Music pages.
100
+
101
+ ## Dataset Statistics
102
+
103
+ - **Total Duration**: ~15.3 hours (250 tracks × ~230 seconds)
104
+ - **Completeness**: 100% metadata coverage for all 250 tracks
105
+ - **Quality**: High-quality metadata with detailed annotations
106
+ - **Coverage**: Complete Spotify and YouTube URL mapping
107
+
108
+ ## Citation
109
+
110
+ If you use the JAME dataset in your research, please cite:
111
+
112
+ ```bibtex
113
+ @misc{liu2025jamtinyflowbasedsong,
114
+ title={JAM: A Tiny Flow-based Song Generator with Fine-grained Controllability and Aesthetic Alignment},
115
+ author={Renhang Liu and Chia-Yu Hung and Navonil Majumder and Taylor Gautreaux and Amir Ali Bagherzadeh and Chuan Li and Dorien Herremans and Soujanya Poria},
116
+ year={2025},
117
+ eprint={2507.20880},
118
+ archivePrefix={arXiv},
119
+ primaryClass={cs.SD},
120
+ url={https://arxiv.org/abs/2507.20880},
121
+ }
122
+ ```
123
+
124
+ ## License and Attribution
125
+
126
+ This dataset is released under **Project Jamify License** for **non-commercial, academic, and entertainment purposes only**.
127
+
128
+ ### Key Restrictions:
129
+ - **No copyrighted material** was used in a way that would intentionally infringe on intellectual property rights
130
+ - **Commercial use strictly prohibited**
131
+ - **Attribution required**: Must cite the JAM paper and maintain license notices
132
+ - Users must ensure compliance with applicable legal and ethical standards
133
+
134
+ For complete license terms, see the [Project Jamify repository](https://github.com/declare-lab/jamify).
135
+
136
+ ## Contact
137
+
138
+ For questions about this dataset:
139
+ - 📧 Open an issue on the [Project Jamify GitHub](https://github.com/declare-lab/jamify)
140
+ - 🔗 Visit the [DeCLaRe Lab website](https://declare-lab.github.io/jamify)
141
+ - 📄 Refer to the [JAM paper](https://arxiv.org/abs/2507.20880) for technical details
metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
spotify_urls.txt ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ https://open.spotify.com/track/0o6bJTPJHnSfG733az10h3
2
+ https://open.spotify.com/track/7jEynwea4AAEDzujzp4Zsj
3
+ https://open.spotify.com/track/31I91A2vqfBKo6z4YknN0F
4
+ https://open.spotify.com/track/4LJk7omtHh7tZEMxbNEJHw
5
+ https://open.spotify.com/track/0kBRYatbiL6EQJJ2kX0Xcu
6
+ https://open.spotify.com/track/6Boo0GQjPI7JqhUVjy4bS2
7
+ https://open.spotify.com/track/3wZwJmK48mHwruBIK24oP2
8
+ https://open.spotify.com/track/2yoLqbZvVtxtrOktjzfoev
9
+ https://open.spotify.com/track/3eVNwlFGyGwaLGIS71cS8a
10
+ https://open.spotify.com/track/6f8IO8eT70DlP1JsN2bjcm
11
+ https://open.spotify.com/track/0yYQbFuqvXyZc46e2QEqI7
12
+ https://open.spotify.com/track/0qmhTHMVxnXRmT5N92wTD9
13
+ https://open.spotify.com/track/1tMRh8jiYlmatpVeWWesCe
14
+ https://open.spotify.com/track/5ytyIX649Ky20J20yVJUbh
15
+ https://open.spotify.com/track/4qzm5ib6WlsEoUZK77IOZt
16
+ https://open.spotify.com/track/4vggwi9dH7e9pGFIgKqzQS
17
+ https://open.spotify.com/track/4Uh27w3SzvO8EPOk42xe9z
18
+ https://open.spotify.com/track/3CU0zRaHMAbPR66sCS4SVC
19
+ https://open.spotify.com/track/2G5eWgzjZhDVhGx7VdcxxN
20
+ https://open.spotify.com/track/6xmWDLQBuBjWBc0Ary6wUj
21
+ https://open.spotify.com/track/4AdxNkLiCR0jeUgnvEuJTD
22
+ https://open.spotify.com/track/0msaU8EK13ajrXaF3SqoKy
23
+ https://open.spotify.com/track/3FluAyR5JMb8Mhe3OOyyzT
24
+ https://open.spotify.com/track/4hZYlamBpLerJCoFjJ6BBq
25
+ https://open.spotify.com/track/4JQGw7eMPgYB4a8hRNe864
26
+ https://open.spotify.com/track/6dmuFoJ8jYh7kzai2twWNo
27
+ https://open.spotify.com/track/2v5oFBfVOzT1eokEBUwp8j
28
+ https://open.spotify.com/track/2GxSge6HAH6nt64yT83zmA
29
+ https://open.spotify.com/track/7gIsmMYCcyuzSPnpMWqD5X
30
+ https://open.spotify.com/track/4fs49x7S8mhREcfYGU8Mgi
31
+ https://open.spotify.com/track/4l4ZcaqSRHe0gq10eIPFzJ
32
+ https://open.spotify.com/track/6V7bxWg4mmuU4ILbYPQJvd
33
+ https://open.spotify.com/track/1aj685VtVMuPt3qOSL3UKy
34
+ https://open.spotify.com/track/27Mqha03Zh4DrrV89Qu1dM
35
+ https://open.spotify.com/track/5GVyBn2zUEweqnS6oeXlMp
36
+ https://open.spotify.com/track/0UewHkoEkSW2cbpNbLPI4F
37
+ https://open.spotify.com/track/29rcqDGo68UEWUAoQIcvGH
38
+ https://open.spotify.com/track/34LT97EvA73UvXBycsYA3o
39
+ https://open.spotify.com/track/5kqLdMEqhIsNI5NbjeP0rX
40
+ https://open.spotify.com/track/53SikzBxoZq939kkU8h15i
41
+ https://open.spotify.com/track/2gKN2KJMCtq5SirBHxXixK
42
+ https://open.spotify.com/track/7IhXwDAjO9FYK6u2d0NTQg
43
+ https://open.spotify.com/track/5NpAghBCYAYELwgeaIzj0z
44
+ https://open.spotify.com/track/64tOhYVyesLmhhky9R5RAE
45
+ https://open.spotify.com/track/0O2xM3g14PLmfp5xKoBnkA
46
+ https://open.spotify.com/track/7hA1dHwJfz754XQokziAEg
47
+ https://open.spotify.com/track/6Qy3Cu6LR03vzYlR2og4i4
48
+ https://open.spotify.com/track/2vFabIc6h3F6GiZCsxq8zw
49
+ https://open.spotify.com/track/2k6FKrR0wDIs6xCtU51GZ7
50
+ https://open.spotify.com/track/4nHFfSDh3pX9uBr86FLVwf
51
+ https://open.spotify.com/track/3lx9HS7No2pTJxPZRgdPdX
52
+ https://open.spotify.com/track/1gbFItwP8tng1ZeXoqh0eS
53
+ https://open.spotify.com/track/7tCXmtYrYNFWMa7vyQfuAI
54
+ https://open.spotify.com/track/7AAcT7MunkAjHyk9Abg774
55
+ https://open.spotify.com/track/2HDnZE6HlMSmkKJEMXHM2f
56
+ https://open.spotify.com/track/05qrI3ecF4mLRIxyB9wQ7p
57
+ https://open.spotify.com/track/4ttS3N5CJaCObiwmJqMmF7
58
+ https://open.spotify.com/track/3ECemWbXbG8XAuuI8M2Eft
59
+ https://open.spotify.com/track/3XgZv8J2mB73xJiDQ7MjgR
60
+ https://open.spotify.com/track/5EQmmo6dDDOswkHCgKwYD1
61
+ https://open.spotify.com/track/3YvFXuk2IuWW32zeOTV3Q9
62
+ https://open.spotify.com/track/7gLqg4i3lanQm6SmuhWlx6
63
+ https://open.spotify.com/track/4rYoirkxujHEP1hhKZcMrl
64
+ https://open.spotify.com/track/1mNk9RnzlfdVEVLLluiMZm
65
+ https://open.spotify.com/track/0s7b23E8bLpvObuIGFKjwX
66
+ https://open.spotify.com/track/4mSfyqUcjl0Zwb2YWYohyO
67
+ https://open.spotify.com/track/09qCrdsapK16DbhzFBzvMA
68
+ https://open.spotify.com/track/1QSE7XfNSozCWMx6UuNIaa
69
+ https://open.spotify.com/track/4C9BuBuYgYlOvLh6QzMpqb
70
+ https://open.spotify.com/track/6SffDDS6cMdlSB9pBM2Gxz
71
+ https://open.spotify.com/track/6S22cvL1khc28FY4MptzAc
72
+ https://open.spotify.com/track/4LJ9rJfTgp1L2HS37wkPhx
73
+ https://open.spotify.com/track/0XYPxuShTBTHa6w4AfZ0Hw
74
+ https://open.spotify.com/track/2bd4mGioqIx2KUlLGB7rOo
75
+ https://open.spotify.com/track/7r9BUOSnekEjrkMhmxD6Ae
76
+ https://open.spotify.com/track/7pBHLxLuo0epUw53Wij0Pq
77
+ https://open.spotify.com/track/2ShL2rVF4EPkcIVF03JFgM
78
+ https://open.spotify.com/track/749wNHWl869DNeI7uyEuVe
79
+ https://open.spotify.com/track/4DHDIHlWldxXFqCugQCq8m
80
+ https://open.spotify.com/track/3aLVnsEispbrAcfRP7E4dm
81
+ https://open.spotify.com/track/0h4aBq7QsZiNwwsxQlwQoP
82
+ https://open.spotify.com/track/08ntHVZf36r41jh4slJCxN
83
+ https://open.spotify.com/track/3lzYxSGAtBBIMcakBXkvkS
84
+ https://open.spotify.com/track/4lPMcQjIX701F1kwBerOC4
85
+ https://open.spotify.com/track/0VxHQF5EEyNNd8L8eeXXZ7
86
+ https://open.spotify.com/track/022C1o8aZqq4JDhXY9b7Ml
87
+ https://open.spotify.com/track/6QJloN7Ksfu7zHybyXNWZS
88
+ https://open.spotify.com/track/4POSbPMxN0VrfighTfRtuc
89
+ https://open.spotify.com/track/18L1aGbJenvVoDsXyv85NO
90
+ https://open.spotify.com/track/45afJugFs63B3KaDO3pcVa
91
+ https://open.spotify.com/track/2xbnHb6iUyw2Mc9vJIfKV2
92
+ https://open.spotify.com/track/7CUEWyP5kr8GbNIomKDXNg
93
+ https://open.spotify.com/track/6LLmloLPHUbx9LoqzooTUF
94
+ https://open.spotify.com/track/42sEy8EwRIzAMQk5pACbcr
95
+ https://open.spotify.com/track/4yWuOWkLEYAcdVjYc1QgKe
96
+ https://open.spotify.com/track/6015JD8Y2wQkXpslt2PNFh
97
+ https://open.spotify.com/track/5spRRlyU71WlxkwRX0q8fC
98
+ https://open.spotify.com/track/0HCrelYt8aGjCtcyvCuNl9
99
+ https://open.spotify.com/track/695BJdWZwhvuws1HSrvU4e
100
+ https://open.spotify.com/track/58JdlahcAaLgM7ftInMf4M
101
+ https://open.spotify.com/track/5WzQU0ckczDtFQFhFiPAGJ
102
+ https://open.spotify.com/track/3Z66u0yqHKVX8NwZuWsg3B
103
+ https://open.spotify.com/track/0HlMbPlkBCyuTHuJApOOJ3
104
+ https://open.spotify.com/track/3eHpr6CN0PXB1bcwe21OFB
105
+ https://open.spotify.com/track/64zQbQTwu4ppBEfWyhst9t
106
+ https://open.spotify.com/track/2HMvIK2S3oC6OABl2YXAx1
107
+ https://open.spotify.com/track/7FGBP6aI627og340ZYeTV5
108
+ https://open.spotify.com/track/2UWqE5jg4CHgDNufoY0xlk
109
+ https://open.spotify.com/track/0vUjLQC4AjkjcwJnUhsHYv
110
+ https://open.spotify.com/track/4jvRJXG19tfvVHGI3kXN8t
111
+ https://open.spotify.com/track/3roiUw3YFNlKE3u8qMmVmw
112
+ https://open.spotify.com/track/5dQ1oSOiGzfPPbPpzWTT7Y
113
+ https://open.spotify.com/track/4E8hQ27gkecDsvl9sropEM
114
+ https://open.spotify.com/track/7EbVljFfllSujOoGNA2Ayh
115
+ https://open.spotify.com/track/3YWhUh8ERn1o8k26hjg0tj
116
+ https://open.spotify.com/track/6kfvLmh6Lxvk0L2glYUYkL
117
+ https://open.spotify.com/track/7vekDWgxtlVZHf0zAYt74r
118
+ https://open.spotify.com/track/1Zxsiv1qmiAmWAIF0CnINB
119
+ https://open.spotify.com/track/2L255DSg5DJbmHlFrxp2Nq
120
+ https://open.spotify.com/track/0Atgg7bjvJSjWNpDZ241Kj
121
+ https://open.spotify.com/track/38o768u6bMsQwhQrKtBHbz
122
+ https://open.spotify.com/track/277K8GOv27Pq3qS4IKSRoW
123
+ https://open.spotify.com/track/4GLefTBKmd4yheyPt2zaNx
124
+ https://open.spotify.com/track/5vXPLxljVKyHDHuv3kIuKV
125
+ https://open.spotify.com/track/33zsWwMMcJawZoy2h40eNm
126
+ https://open.spotify.com/track/00zDQDIDsgNGMkl48pCqiH
127
+ https://open.spotify.com/track/6FBFKoNIBfCRSLTQ5s27gD
128
+ https://open.spotify.com/track/0XAMdlsVEvX1LodVCeStt2
129
+ https://open.spotify.com/track/4L4CLe3jLBumn5WXSQtBHQ
130
+ https://open.spotify.com/track/4No1alSr6ux0ttjJqjAx8A
131
+ https://open.spotify.com/track/0Po4nPZoSyDf0GE8MXJgoo
132
+ https://open.spotify.com/track/2Y5QngbL3MJscJPzVhzhGO
133
+ https://open.spotify.com/track/6ZQS17WJrvGfX6o5kb48NR
134
+ https://open.spotify.com/track/7DNTmEFMARpxeSFY82wZiw
135
+ https://open.spotify.com/track/5LqHalawZqviSYyhq4KxMf
136
+ https://open.spotify.com/track/72pEJrNzZkImzQYeGXerzP
137
+ https://open.spotify.com/track/31P3lzjtP65naJF9LLnY2n
138
+ https://open.spotify.com/track/5iBUS6fqRWhwqRXXfKu3tV
139
+ https://open.spotify.com/track/1sG2GN6RLa97FCajn0LJpY
140
+ https://open.spotify.com/track/5phpSn3y1mjWu3pR35RbTf
141
+ https://open.spotify.com/track/7DDCFV4TTUAFmWpLsjMGxI
142
+ https://open.spotify.com/track/0u7sy3s6Wu2VrYwqub4Rp2
143
+ https://open.spotify.com/track/2OBzYCYMNsD6yhBZZSs0xg
144
+ https://open.spotify.com/track/4ujOxZj0wvwUY8gaCx6D6i
145
+ https://open.spotify.com/track/1GRwEsNUPJ8iTUyeYy0YQM
146
+ https://open.spotify.com/track/4wVC94cEh7rER1zuzFeOsx
147
+ https://open.spotify.com/track/1KMKBWBQEB0wdGlV7WR6JV
148
+ https://open.spotify.com/track/04emojnbYkrRmv5qtJcgVP
149
+ https://open.spotify.com/track/3hZo9UznjcWfJ9vkOho6Ea
150
+ https://open.spotify.com/track/2jJgJDiE7caOx0bO7IText
151
+ https://open.spotify.com/track/0GWpFejiwi53OSfiyXyIDJ
152
+ https://open.spotify.com/track/5vuC4HzdniJMs7BgEoSPnN
153
+ https://open.spotify.com/track/60I5P0izzrBCzXb0K6etVy
154
+ https://open.spotify.com/track/4slSMptXdIoALxZEkSXwts
155
+ https://open.spotify.com/track/13aCXkjg3tGFIHxqv8rYGQ
156
+ https://open.spotify.com/track/4jfB2EGWbtWzDoM696Ch6u
157
+ https://open.spotify.com/track/1XwbJNPOcLuSRTQNR9zz4r
158
+ https://open.spotify.com/track/3xQSG1eYo06kXI3JkPKllf
159
+ https://open.spotify.com/track/3D0c1zeclp4KAoeM7HZZ0r
160
+ https://open.spotify.com/track/3asiTEBXKEgcUXULDhbcNX
161
+ https://open.spotify.com/track/7tfHEAIiDswTzXPHuAG8Qb
162
+ https://open.spotify.com/track/1KXvPVzlJhSR3DT7ADSh89
163
+ https://open.spotify.com/track/30iioITa3fCDhbE9HzgcFC
164
+ https://open.spotify.com/track/7taeEaTx9QbbtRDPJv3iHq
165
+ https://open.spotify.com/track/3N8xI9VR294kF43yVt1ANn
166
+ https://open.spotify.com/track/25nuGJ0wuJ0iSkwO27uDnS
167
+ https://open.spotify.com/track/7AWaNIEuvoBCS4koRVDfbH
168
+ https://open.spotify.com/track/0MapFtUi8jx8UcUsG3vqAt
169
+ https://open.spotify.com/track/3kmNmUivuxN6zhOWTpi0Gx
170
+ https://open.spotify.com/track/6urr1jW4IyD8NTXWgijaCg
171
+ https://open.spotify.com/track/3mKMH0NA7Z3iHPmtqLyE9g
172
+ https://open.spotify.com/track/0Oskws2nHhlC2dVxnK3SMh
173
+ https://open.spotify.com/track/5Ci2rArhTPwXLoITEwX8Ff
174
+ https://open.spotify.com/track/2Rae0A8tJrGO9sWQ2p2213
175
+ https://open.spotify.com/track/5sW5xwuhgkvFA6CgY4key2
176
+ https://open.spotify.com/track/2FTgm5uZfuWOoTaVp4bCCa
177
+ https://open.spotify.com/track/1VOBsB3ozaoQv3i6Uts3O1
178
+ https://open.spotify.com/track/4KDxyRMRBTmjZ7sgfqJrPg
179
+ https://open.spotify.com/track/6mFBj2KS2sWIBFya5dO36K
180
+ https://open.spotify.com/track/42BileRJJzyGSsbaFHnEuX
181
+ https://open.spotify.com/track/6oOuCS6uz4Vw54CGexK57j
182
+ https://open.spotify.com/track/3jEm2Y48MPMJwIZYUQE7HZ
183
+ https://open.spotify.com/track/3a3zDlE4bgI6ZvU00m6o84
184
+ https://open.spotify.com/track/3lZaRkDVeEHYEDkrWsr1uN
185
+ https://open.spotify.com/track/6gWwyEb1YIqjMalBvamQWj
186
+ https://open.spotify.com/track/1EaPbknWQOfgEU0TQqFB84
187
+ https://open.spotify.com/track/3RBsK8PzQH8Bo09vi9mAeI
188
+ https://open.spotify.com/track/2hj5Qm88WoLdKPut2KGoRD
189
+ https://open.spotify.com/track/41rISPiCCxyKDf7cqtZEuy
190
+ https://open.spotify.com/track/5pe8674S8FnKW8tNpHFjAZ
191
+ https://open.spotify.com/track/221xGz5OU5S726yZf3I1uw
192
+ https://open.spotify.com/track/5eEbDdBLziK0XDlPjTlXX4
193
+ https://open.spotify.com/track/1dPfUpXRn8U5Q1fgAnhvbe
194
+ https://open.spotify.com/track/1UlkpIKiVchDMB03AN6LmT
195
+ https://open.spotify.com/track/3Cju4hxTTHvFkb7OcLIk3f
196
+ https://open.spotify.com/track/4hHizy49Hzl7QfP3mGVJOY
197
+ https://open.spotify.com/track/3unVvMbj1PWy064H2ZkslO
198
+ https://open.spotify.com/track/3kDLtxH3Rtg6be0pY1qvn1
199
+ https://open.spotify.com/track/3Jwty961fAsNPRzX3O2GPi
200
+ https://open.spotify.com/track/27vhnpXhlFUqmODkEgtvMl
201
+ https://open.spotify.com/track/6Vm9qOpIk6m1MgLCFi2Wro
202
+ https://open.spotify.com/track/0NlEsQabHwAR9JpZgFGRwl
203
+ https://open.spotify.com/track/3rK328kNdfyU4pICIPSopA
204
+ https://open.spotify.com/track/2aCRmuNL8RaBi8h7BbmTsT
205
+ https://open.spotify.com/track/1AApldBkudH6jZAE9ucdUF
206
+ https://open.spotify.com/track/0BD5VUA6o7AH29u2dTzBYu
207
+ https://open.spotify.com/track/7zHO50QOb1eTYdZSvLgPwm
208
+ https://open.spotify.com/track/4utuVAGRIGr2rZ4RNOsToh
209
+ https://open.spotify.com/track/2nrPDN6XNMOg06uFESriun
210
+ https://open.spotify.com/track/1vwFYz45Yw2MVhFLL1k62w
211
+ https://open.spotify.com/track/62UhV1TTMWqAKvoQHt8ClT
212
+ https://open.spotify.com/track/5QsLKHcGyasVaZEfwtFYAw
213
+ https://open.spotify.com/track/5kTHoxckjY24DWgIX6mnNR
214
+ https://open.spotify.com/track/6hRESIERR8gWu6CERwi2Zm
215
+ https://open.spotify.com/track/0YAPtmbnJEiWYPlph7iKIx
216
+ https://open.spotify.com/track/5g0eR1a8APtcRfU8CkHBfj
217
+ https://open.spotify.com/track/0cGevwqB5N1trB66N4x2DB
218
+ https://open.spotify.com/track/4Avhm4TheMNptgXdaQN52O
219
+ https://open.spotify.com/track/1FZXwhynIW71oSoo1u20L5
220
+ https://open.spotify.com/track/4R7VfFjWXa62I3nDmiwAso
221
+ https://open.spotify.com/track/6FoYuFpYLbu4kKIKOtARBm
222
+ https://open.spotify.com/track/4shJVGH4xRWChBSkHHamxv
223
+ https://open.spotify.com/track/0q7FGknqGU4TQ54U8QBAOu
224
+ https://open.spotify.com/track/0WTyIytT4Yi0nHtWI29PVZ
225
+ https://open.spotify.com/track/6FlFjAMNruiMsgBbGAUHpe
226
+ https://open.spotify.com/track/33QOISLy6UEQBDBUhH2DPp
227
+ https://open.spotify.com/track/1yswVQNKIATFnbgT3IOO2Q
228
+ https://open.spotify.com/track/6HYHIPcS5U0PLhD6u43MRX
229
+ https://open.spotify.com/track/51MMAFn3SJ5icMft2NwCG5
230
+ https://open.spotify.com/track/3Cx1NfSZ7g4HjvIRtkWagw
231
+ https://open.spotify.com/track/7F7izD36Rolp8KOgGXG1mu
232
+ https://open.spotify.com/track/6HhUHJVzf5grHxJyhATlPp
233
+ https://open.spotify.com/track/6IChUv8zQHDHFUJndu3i21
234
+ https://open.spotify.com/track/1FpFO29GfkmHIt0yWVbpmg
235
+ https://open.spotify.com/track/1BBVsOxgQ2soUs87ypiMZH
236
+ https://open.spotify.com/track/6H2PoOGLifwRBm9TmkHriB
237
+ https://open.spotify.com/track/1MzXhCWzdfelsiVPGmQ6lN
238
+ https://open.spotify.com/track/3j55FgemQpRvaaVKBbX3AW
239
+ https://open.spotify.com/track/6rU3Eg71DVtLZqcXDo3zNA
240
+ https://open.spotify.com/track/3epYLP0LV7IpUVXhFGXP4l
241
+ https://open.spotify.com/track/51ilhFLrKNqaeFhnPun55d
242
+ https://open.spotify.com/track/6bNg1NJzBC8HErlyiCJCYV
243
+ https://open.spotify.com/track/0RRvEc7KMzVnZpdC0LNpvI
244
+ https://open.spotify.com/track/1z68IZmNgAZEHY57VxGSRM
245
+ https://open.spotify.com/track/5cQmKBhv5Ui17M4hopt2TX
246
+ https://open.spotify.com/track/1G0f99jVblkI1pK8uba38S
247
+ https://open.spotify.com/track/62uoKWHWnKh7VSRWnHpXUm
248
+ https://open.spotify.com/track/0aKGr2wDSqzeTDCHoihSGp
249
+ https://open.spotify.com/track/32MdMYrvkZR0UbipORYKYZ
250
+ https://open.spotify.com/track/7EfA4kiIZJebf3fIHiO0Ge
struct/A Little Sound - Afterlife.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/A Little Sound - Afterlife.mp3",
3
+ "bpm": 87,
4
+ "beats": [0.15,0.9,1.54,2.22,2.92,3.61,4.29,4.94,5.66,6.36,7.04,7.71,8.45,9.13,9.81,10.49,11.19,11.87,12.54,13.21,13.95,14.64,15.32,15.97,16.7,17.38,18.08,18.75,19.45,20.15,20.84,21.53,22.22,22.91,23.59,24.28,24.98,25.67,26.36,27.04,27.73,28.42,29.11,29.8,30.49,31.18,31.87,32.56,33.25,33.94,34.63,35.32,36.0,36.7,37.38,38.07,38.77,39.45,40.14,40.83,41.52,42.21,42.9,43.59,44.28,44.97,45.66,46.35,47.04,47.73,48.42,49.11,49.8,50.48,51.18,51.87,52.55,53.25,53.94,54.62,55.31,56.0,56.69,57.38,58.07,58.76,59.45,60.14,60.83,61.52,62.22,62.9,63.59,64.27,64.97,65.66,66.35,67.04,67.73,68.42,69.11,69.8,70.49,71.18,71.87,72.56,73.25,73.94,74.63,75.32,76.01,76.7,77.39,78.08,78.76,79.46,80.14,80.84,81.52,82.21,82.9,83.59,84.28,84.97,85.66,86.35,87.04,87.73,88.42,89.11,89.8,90.49,91.18,91.87,92.56,93.24,93.94,94.63,95.32,96.01,96.7,97.39,98.08,98.76,99.45,100.15,100.83,101.52,102.22,102.9,103.6,104.28,104.98,105.66,106.36,107.03,107.74,108.44,109.1,109.77,110.5,111.2,111.88,112.55,113.26,113.95,114.64,115.28,116.01,116.69,117.39,118.08,118.76,119.45,120.15,120.84,121.53,122.22,122.91,123.6,124.29,124.97,125.67,126.35,127.04,127.73,128.42,129.11,129.8,130.49,131.18,131.87,132.55,133.25,133.93,134.63,135.31,136.01,136.69,137.38,138.07,138.77,139.45,140.15,140.83,141.53,142.21,142.9,143.59,144.29,144.97,145.66,146.35,147.04],
5
+ "downbeats": [0.15,2.92,5.66,8.45,11.19,13.95,16.7,19.45,22.22,24.98,27.73,30.49,33.25,36.0,38.77,41.52,44.28,47.04,49.8,52.55,55.31,58.07,60.83,63.59,66.35,69.11,71.87,74.63,77.39,80.14,82.9,85.66,88.42,91.18,93.94,96.7,99.45,102.22,104.98,107.74,110.5,113.26,116.01,118.76,121.53,124.29,127.04,129.8,132.55,135.31,138.07,140.83,143.59,146.35],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.15,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.15,
15
+ "end": 27.03,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 27.03,
20
+ "end": 49.8,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 49.8,
25
+ "end": 71.86,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 71.86,
30
+ "end": 104.98,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 104.98,
35
+ "end": 127.04,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 127.04,
40
+ "end": 154.87,
41
+ "label": "chorus"
42
+ }
43
+ ]
44
+ }
struct/AILSHA - Good Looking Girl Awful Music.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/AILSHA - Good Looking Girl Awful Music.mp3",
3
+ "bpm": 136,
4
+ "beats": [3.59,4.02,4.45,4.89,5.33,5.76,6.2,6.63,7.07,7.5,7.94,8.37,8.81,9.24,9.68,10.11,10.55,10.98,11.42,11.85,12.29,12.72,13.16,13.59,14.03,14.46,14.9,15.33,15.76,16.2,16.63,17.07,17.5,17.93,18.37,18.81,19.26,19.67,20.11,20.55,20.98,21.41,21.85,22.29,22.73,23.15,23.59,24.02,24.45,24.89,25.33,25.76,26.2,26.63,27.07,27.5,27.94,28.37,28.81,29.25,29.68,30.11,30.55,30.98,31.41,31.85,32.28,32.72,33.15,33.58,34.02,34.46,34.89,35.32,35.76,36.19,36.62,37.06,37.5,37.93,38.37,38.8,39.24,39.67,40.11,40.54,40.98,41.41,41.85,42.28,42.72,43.15,43.59,44.02,44.46,44.89,45.33,45.76,46.19,46.62,47.07,47.5,47.93,48.38,48.8,49.24,49.67,50.1,50.54,50.98,51.42,51.85,52.28,52.72,53.15,53.58,54.02,54.46,54.89,55.34,55.76,56.21,56.63,57.06,57.5,57.93,58.38,58.81,59.24,59.67,60.11,60.55,60.98,61.42,61.85,62.28,62.72,63.15,63.59,64.02,64.46,64.89,65.33,65.76,66.2,66.63,67.07,67.51,67.94,68.37,68.81,69.24,69.68,70.11,70.55,70.98,71.42,71.85,72.28,72.72,73.15,73.59,74.02,74.46,74.89,75.32,75.76,76.2,76.62,77.06,77.5,77.93,78.36,78.8,79.24,79.67,80.11,80.54,80.98,81.41,81.84,82.28,82.71,83.15,83.59,84.02,84.46,84.89,85.33,85.76,86.19,86.63,87.07,87.5,87.93,88.37,88.81,89.25,89.68,90.12,90.54,90.98,91.41,91.84,92.28,92.72,93.15,93.59,94.02,94.46,94.89,95.32,95.76,96.2,96.63,97.08,97.5,97.94,98.37,98.8,99.24,99.67,100.11,100.55,100.98,101.42,101.85,102.29,102.72,103.15,103.59,104.02,104.46,104.9,105.33,105.76,106.2,106.63,107.07,107.5,107.93,108.37,108.81,109.24,109.68,110.11,110.55,110.98,111.42,111.85,112.28,112.72,113.16,113.59,114.03,114.45,114.89,115.33,115.77,116.2,116.65,117.06,117.5,117.94,118.37,118.81,119.24,119.68,120.12,120.54,120.98,121.42,121.85,122.28,122.72,123.16,123.61,124.02,124.46,124.9,125.33,125.76,126.2,126.64,127.07,127.5,127.94,128.38,128.8,129.24,129.68,130.12,130.55,130.98,131.41,131.85,132.29,132.72,133.15,133.59,134.02,134.46,134.89,135.33,135.76,136.2,136.63,137.07,137.5,137.94,138.37,138.81,139.24,139.68,140.11,140.55,140.98,141.41,141.85,142.28,142.72,143.16,143.59,144.02,144.46,144.89,145.33,145.76,146.2,146.63,147.07,147.5,147.94,148.37,148.81,149.24,149.68,150.11,150.55,150.98,151.42,151.85,152.29,152.72,153.15,153.59,154.03,154.46,154.9,155.33,155.76,156.2,156.63,157.07,157.5,157.94,158.37,158.81,159.24,159.68,160.11,160.55,160.98,161.42,161.85,162.29,162.72,163.16,163.59,164.02,164.46,164.9,165.33,165.76,166.2,166.63,167.07,167.5,167.94,168.37,168.81,169.24,169.67,170.11,170.55,170.98,171.41,171.85,172.28,172.72,173.15,173.59,174.03,174.45,174.89,175.32,175.76,176.2,176.63,177.07,177.5,177.94,178.37,178.81,179.24,179.68,180.11,180.55,180.99,181.41,181.85,182.28,182.72,183.15,183.59,184.03,184.46,184.89,185.33,185.76,186.2,186.63,187.07,187.51,187.95,188.37,188.81,189.24,189.67,190.11,190.55,190.98,191.42,191.85,192.29,192.72,193.15,193.59,194.02,194.46,194.9,195.33,195.76,196.2,196.63,197.07,197.5,197.94,198.38,198.8],
5
+ "downbeats": [3.59,5.33,7.07,8.81,10.55,12.29,14.03,15.76,17.5,19.26,20.98,22.73,24.45,26.2,27.94,29.68,31.41,33.15,34.89,36.62,38.37,40.11,41.85,43.59,45.33,47.07,48.8,50.54,52.28,54.02,55.76,57.5,59.24,60.98,62.72,64.46,66.2,67.94,69.68,71.42,73.15,74.89,76.62,78.36,80.11,81.84,83.59,85.33,87.07,88.81,90.54,92.28,94.02,95.76,97.5,99.24,100.98,102.72,104.46,106.2,107.93,109.68,111.42,113.16,114.89,116.65,118.37,120.12,121.85,123.61,125.33,127.07,128.8,130.55,132.29,134.02,135.76,137.5,139.24,140.98,142.72,144.46,146.2,147.94,149.68,151.42,153.15,154.9,156.63,158.37,160.11,161.85,163.59,165.33,167.07,168.81,170.55,172.28,174.03,175.76,177.5,179.24,180.99,182.72,184.46,186.2,187.95,189.67,191.42,193.15,194.9,196.63,198.38],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.1,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.1,
15
+ "end": 17.6,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 17.6,
20
+ "end": 31.41,
21
+ "label": "intro"
22
+ },
23
+ {
24
+ "start": 31.41,
25
+ "end": 45.32,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 45.32,
30
+ "end": 59.23,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 59.23,
35
+ "end": 73.15,
36
+ "label": "inst"
37
+ },
38
+ {
39
+ "start": 73.15,
40
+ "end": 87.06,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 87.06,
45
+ "end": 100.97,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 100.97,
50
+ "end": 115.0,
51
+ "label": "solo"
52
+ },
53
+ {
54
+ "start": 115.0,
55
+ "end": 130.54,
56
+ "label": "inst"
57
+ },
58
+ {
59
+ "start": 130.54,
60
+ "end": 144.46,
61
+ "label": "verse"
62
+ },
63
+ {
64
+ "start": 144.46,
65
+ "end": 158.37,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 158.37,
70
+ "end": 172.28,
71
+ "label": "solo"
72
+ },
73
+ {
74
+ "start": 172.28,
75
+ "end": 200.11,
76
+ "label": "outro"
77
+ },
78
+ {
79
+ "start": 200.11,
80
+ "end": 202.72,
81
+ "label": "end"
82
+ }
83
+ ]
84
+ }
struct/AMANZI - Go Where You're Wanted.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/AMANZI - Go Where You're Wanted.mp3",
3
+ "bpm": 115,
4
+ "beats": [0.55,1.07,1.59,2.12,2.64,3.17,3.68,4.21,4.73,5.25,5.77,6.29,6.82,7.34,7.86,8.38,8.9,9.42,9.94,10.46,10.99,11.51,12.03,12.55,13.08,13.6,14.12,14.64,15.16,15.69,16.2,16.73,17.25,17.77,18.29,18.81,19.34,19.86,20.38,20.9,21.42,21.94,22.46,22.99,23.51,24.03,24.55,25.07,25.59,26.12,26.65,27.16,27.68,28.21,28.73,29.25,29.77,30.29,30.82,31.34,31.86,32.38,32.9,33.42,33.94,34.47,34.99,35.51,36.03,36.55,37.07,37.6,38.13,38.64,39.16,39.68,40.21,40.73,41.25,41.77,42.29,42.81,43.34,43.86,44.38,44.9,45.42,45.94,46.47,46.99,47.51,48.03,48.55,49.07,49.59,50.12,50.64,51.16,51.68,52.2,52.73,53.25,53.77,54.29,54.82,55.33,55.85,56.38,56.9,57.42,57.94,58.47,58.99,59.51,60.04,60.55,61.08,61.6,62.12,62.64,63.16,63.68,64.21,64.73,65.25,65.78,66.29,66.81,67.33,67.86,68.38,68.9,69.42,69.95,70.47,70.99,71.51,72.03,72.56,73.08,73.6,74.12,74.65,75.16,75.69,76.21,76.73,77.25,77.77,78.29,78.81,79.34,79.86,80.38,80.9,81.42,81.94,82.47,82.99,83.51,84.03,84.55,85.07,85.6,86.12,86.65,87.17,87.69,88.21,88.73,89.25,89.77,90.29,90.82,91.34,91.86,92.38,92.91,93.42,93.94,94.47,94.99,95.51,96.03,96.56,97.08,97.6,98.12,98.64,99.16,99.68,100.2,100.73,101.25,101.77,102.29,102.81,103.34,103.86,104.38,104.91,105.43,105.95,106.47,106.99,107.51,108.04,108.55,109.08,109.6,110.12,110.64,111.16,111.69,112.21,112.73,113.26,113.77,114.29,114.81,115.34,115.86,116.38,116.9,117.42,117.95,118.47,118.99,119.51,120.04,120.55,121.07,121.6,122.12,122.64,123.16,123.69,124.21,124.73,125.25,125.77,126.3,126.82,127.34,127.86,128.38,128.9,129.42,129.95,130.47,131.0,131.51,132.05,132.57,133.08,133.6,134.12,134.64,135.16,135.69,136.2,136.73,137.26,137.77,138.3,138.82,139.34,139.86,140.38,140.91,141.42,141.95,142.47,142.99,143.52,144.03,144.55,145.08,145.6,146.12,146.65,147.17,147.69,148.21,148.73,149.25,149.77,150.3,150.82,151.34,151.86,152.38,152.9,153.43,153.95,154.47,154.99,155.51,156.04,156.56,157.08,157.6,158.12,158.64,159.17,159.69,160.21,160.73,161.25,161.77,162.3,162.81,163.34,163.86,164.38,164.9,165.42,165.95,166.47,166.97,167.52],
5
+ "downbeats": [1.59,3.68,5.77,7.86,9.94,12.03,14.12,16.2,18.29,20.38,22.46,24.55,26.65,28.73,30.82,32.9,34.99,37.07,39.16,41.25,43.34,45.42,47.51,49.59,51.68,53.77,55.85,57.94,60.04,62.12,64.21,66.29,68.38,70.47,72.56,74.65,76.73,78.81,80.9,82.99,85.07,87.17,89.25,91.34,93.42,95.51,97.6,99.68,101.77,103.86,105.95,108.04,110.12,112.21,114.29,116.38,118.47,120.55,122.64,124.73,126.82,128.9,131.0,133.08,135.16,137.26,139.34,141.42,143.52,145.6,147.69,149.77,151.86,153.95,156.04,158.12,160.21,162.3,164.38,166.47],
6
+ "beat_positions": [3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.54,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.54,
15
+ "end": 26.63,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 26.63,
20
+ "end": 43.33,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 43.33,
25
+ "end": 68.38,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 68.38,
30
+ "end": 85.07,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 85.07,
35
+ "end": 101.77,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 101.77,
40
+ "end": 118.47,
41
+ "label": "inst"
42
+ },
43
+ {
44
+ "start": 118.47,
45
+ "end": 135.16,
46
+ "label": "verse"
47
+ },
48
+ {
49
+ "start": 135.16,
50
+ "end": 151.85,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 151.85,
55
+ "end": 171.67,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 171.67,
60
+ "end": 174.05,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/Aaron Taylor - Summer in June.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Aaron Taylor - Summer in June.mp3",
3
+ "bpm": 95,
4
+ "beats": [0.23,0.86,1.51,2.14,2.77,3.39,4.02,4.66,5.3,5.91,6.55,7.18,7.81,8.44,9.08,9.71,10.35,10.97,11.6,12.23,12.87,13.5,14.12,14.75,15.37,16.01,16.65,17.28,17.93,18.55,19.18,19.81,20.44,21.08,21.71,22.34,22.98,23.61,24.24,24.86,25.5,26.13,26.76,27.39,28.02,28.65,29.28,29.91,30.55,31.19,31.82,32.44,33.08,33.71,34.34,34.96,35.6,36.23,36.85,37.49,38.13,38.76,39.38,40.02,40.65,41.28,41.92,42.54,43.18,43.79,44.44,45.07,45.71,46.34,46.97,47.6,48.24,48.86,49.49,50.12,50.76,51.4,52.03,52.67,53.29,53.93,54.55,55.18,55.81,56.45,57.08,57.71,58.34,58.97,59.6,60.23,60.87,61.5,62.13,62.77,63.4,64.03,64.66,65.29,65.92,66.55,67.19,67.82,68.45,69.08,69.7,70.34,70.97,71.6,72.24,72.87,73.5,74.13,74.76,75.39,76.03,76.66,77.29,77.92,78.55,79.18,79.81,80.45,81.08,81.71,82.34,82.97,83.6,84.23,84.87,85.5,86.13,86.76,87.39,88.02,88.65,89.29,89.92,90.55,91.18,91.81,92.44,93.07,93.71,94.34,94.97,95.6,96.23,96.87,97.5,98.13,98.76,99.39,100.02,100.65,101.29,101.92,102.55,103.18,103.81,104.44,105.07,105.71,106.34,106.97,107.61,108.24,108.87,109.49,110.12,110.76,111.39,112.02,112.66,113.29,113.92,114.55,115.18,115.81,116.45,117.08,117.71,118.34,118.97,119.6,120.23,120.87,121.5,122.13,122.76,123.39,124.02,124.65,125.29,125.92,126.55,127.18,127.81,128.44,129.08,129.71,130.34,130.97,131.6,132.23,132.87,133.5,134.13,134.76,135.39,136.02,136.65,137.28,137.92,138.55,139.18,139.81,140.44,141.08,141.71,142.34,142.97,143.6,144.23,144.86,145.5,146.13,146.76,147.39,148.02,148.66],
5
+ "downbeats": [0.23,2.77,5.3,7.81,10.35,12.87,15.37,17.93,20.44,22.98,25.5,28.02,30.55,33.08,35.6,38.13,40.65,43.18,45.71,48.24,50.76,53.29,55.81,58.34,60.87,63.4,65.92,68.45,70.97,73.5,76.03,78.55,81.08,83.6,86.13,88.65,91.18,93.71,96.23,98.76,101.29,103.81,106.34,108.87,111.39,113.92,116.45,118.97,121.5,124.02,126.55,129.08,131.6,134.13,136.65,139.18,141.71,144.23,146.76],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.23,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.23,
15
+ "end": 49.51,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 49.51,
20
+ "end": 70.96,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 70.96,
25
+ "end": 91.18,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 91.18,
30
+ "end": 111.39,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 111.39,
35
+ "end": 134.13,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 134.13,
40
+ "end": 149.29,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 149.29,
45
+ "end": 158.22,
46
+ "label": "end"
47
+ }
48
+ ]
49
+ }
struct/Aerial Salad - King Of The Grass.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Aerial Salad - King Of The Grass.mp3",
3
+ "bpm": 154,
4
+ "beats": [0.31,0.72,1.12,1.52,1.9,2.3,2.69,3.08,3.48,3.89,4.29,4.68,5.08,5.47,5.86,6.25,6.65,7.04,7.44,7.83,8.22,8.62,9.0,9.4,9.79,10.19,10.59,10.99,11.38,11.77,12.16,12.55,12.94,13.34,13.73,14.12,14.51,14.91,15.29,15.68,16.08,16.48,16.87,17.26,17.65,18.05,18.43,18.83,19.22,19.62,20.01,20.42,20.8,21.2,21.58,21.97,22.37,22.76,23.16,23.56,23.95,24.35,24.74,25.14,25.53,25.91,26.31,26.7,27.1,27.49,27.88,28.26,28.66,29.06,29.46,29.86,30.25,30.65,31.04,31.43,31.81,32.21,32.61,33.0,33.39,33.77,34.17,34.55,34.94,35.34,35.74,36.13,36.52,36.91,37.29,37.69,38.08,38.47,38.86,39.26,39.67,40.06,40.45,40.84,41.23,41.63,42.03,42.42,42.81,43.18,43.57,43.95,44.33,44.74,45.13,45.52,45.92,46.33,46.73,47.12,47.51,47.92,48.3,48.7,49.09,49.47,49.85,50.23,50.62,51.0,51.39,51.77,52.15,52.55,52.95,53.35,53.75,54.14,54.53,54.93,55.31,55.71,56.09,56.5,56.88,57.27,57.65,58.04,58.43,58.84,59.24,59.63,60.02,60.41,60.79,61.18,61.57,61.98,62.37,62.75,63.14,63.54,63.94,64.32,64.71,65.11,65.5,65.89,66.28,66.67,67.06,67.45,67.83,68.23,68.63,69.03,69.42,69.82,70.2,70.59,70.97,71.38,71.78,72.18,72.57,72.95,73.34,73.73,74.12,74.52,74.91,75.3,75.69,76.08,76.47,76.85,77.24,77.64,78.04,78.44,78.83,79.21,79.6,80.0,80.41,80.8,81.19,81.59,81.97,82.36,82.76,83.14,83.54,83.93,84.33,84.71,85.11,85.49,85.89,86.29,86.68,87.08,87.47,87.87,88.26,88.64,89.05,89.42,89.82,90.21,90.61,91.01,91.4,91.79,92.19,92.58,92.98,93.37,93.77,94.16,94.56,94.95,95.34,95.73,96.12,96.52,96.92,97.31,97.69,98.09,98.48,98.87,99.25,99.66,100.05,100.44,100.82,101.22,101.6,101.98,102.37,102.77,103.18,103.58,103.97,104.36,104.75,105.16,105.56,105.95,106.34,106.74,107.12,107.52,107.91,108.29,108.67,109.06,109.45,109.83,110.21,110.61,111.01,111.41,111.8,112.21,112.61,113.0,113.39,113.79,114.18,114.58,114.96,115.37,115.76,116.14,116.53,116.94,117.33,117.71,118.11,118.53,118.93,119.32,119.73,120.13,120.52,120.91,121.32,121.72,122.11,122.52,122.9,123.3,123.68,124.07,124.48,124.88,125.28,125.66,126.07,126.48,126.87,127.27,127.67,128.06,128.46,128.85,129.23,129.64,130.03,130.45,130.84,131.25,131.63,132.02,132.41,132.82,133.22,133.61,134.01,134.42,134.8,135.21,135.6,136.01,136.4,136.79,137.2,137.6,138.0,138.39,138.78,139.18,139.58,139.97,140.36,140.75,141.15,141.54,141.93,142.35,142.73,143.14,143.53,143.93,144.32,144.72,145.11,145.51,145.91,146.31,146.71,147.11,147.51,147.91,148.31,148.72,149.12,149.51,149.91,150.32,150.7,151.12,151.51,151.92,152.32,152.7,153.1,153.49,153.88,154.28,154.67,155.07,155.46,155.87,156.25,156.65,157.05,157.44,157.84,158.24,158.65,159.04,159.45,159.84,160.25,160.65,161.05,161.45,161.84,162.24,162.63,163.01,163.42,163.8,164.18,164.58,164.98,165.36,165.76,166.14,166.54,166.94,167.33,167.74,168.13,168.52,168.92,169.3,169.71,170.09,170.48,170.88,171.27,171.65,172.06,172.46,172.85,173.25,173.65,174.04,174.44,174.84,175.23,175.62,176.02,176.4,176.81,177.19,177.59,177.99,178.37,178.76,179.15,179.53,179.91,180.29,180.68,181.06,181.44,181.85,182.24,182.64,183.03,183.44,183.82,184.22,184.62,185.01,185.4,185.8,186.18,186.58,186.95,187.36,187.72,188.12,188.51],
5
+ "downbeats": [0.31,1.9,3.48,5.08,6.65,8.22,9.79,11.38,12.94,14.51,16.08,17.65,19.22,20.8,22.37,23.95,25.53,27.1,28.66,30.25,31.81,33.39,34.94,36.52,38.08,39.67,41.23,42.81,44.33,45.92,47.51,49.09,50.62,52.15,53.75,55.31,56.88,58.43,60.02,61.57,63.14,64.71,66.28,67.83,69.42,70.97,72.57,74.12,75.69,77.24,78.83,80.41,81.97,83.54,85.11,86.68,88.26,89.82,91.4,92.98,94.56,96.12,97.69,99.25,100.82,102.37,103.97,105.56,107.12,108.67,110.21,111.8,113.39,114.96,116.53,118.11,119.73,121.32,122.9,124.48,126.07,127.67,129.23,130.84,132.41,134.01,135.6,137.2,138.78,140.36,141.93,143.53,145.11,146.71,148.31,149.91,151.51,153.1,154.67,156.25,157.84,159.45,161.05,162.63,164.18,165.76,167.33,168.92,170.48,172.06,173.65,175.23,176.81,178.37,179.91,181.44,183.03,184.62,186.18,187.72],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.31,
11
+ "label": "verse"
12
+ },
13
+ {
14
+ "start": 0.31,
15
+ "end": 28.65,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 28.65,
20
+ "end": 44.33,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 44.33,
25
+ "end": 64.7,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 64.7,
30
+ "end": 77.24,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 77.24,
35
+ "end": 102.36,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 102.36,
40
+ "end": 114.96,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 114.96,
45
+ "end": 132.41,
46
+ "label": "solo"
47
+ },
48
+ {
49
+ "start": 132.41,
50
+ "end": 151.51,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 151.51,
55
+ "end": 171.26,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 171.26,
60
+ "end": 189.35,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 189.35,
65
+ "end": 190.54,
66
+ "label": "end"
67
+ }
68
+ ]
69
+ }
struct/Aidan Bissett - dance around it.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Aidan Bissett - dance around it.mp3",
3
+ "bpm": 143,
4
+ "beats": [0.37,0.79,1.21,1.62,2.01,2.43,2.85,3.27,3.67,4.1,4.51,4.94,5.37,5.77,6.21,6.62,7.02,7.44,7.86,8.27,8.71,9.11,9.55,9.94,10.36,10.77,11.18,11.59,12.01,12.43,12.86,13.26,13.69,14.1,14.52,14.93,15.35,15.77,16.19,16.59,17.02,17.44,17.86,18.26,18.68,19.1,19.52,19.93,20.35,20.77,21.18,21.6,22.01,22.43,22.85,23.26,23.69,24.1,24.52,24.93,25.35,25.77,26.21,26.6,27.02,27.44,27.85,28.26,28.69,29.1,29.53,29.93,30.35,30.77,31.19,31.6,32.02,32.44,32.86,33.27,33.69,34.11,34.52,34.94,35.36,35.77,36.19,36.6,37.02,37.44,37.86,38.27,38.69,39.11,39.53,39.94,40.35,40.77,41.19,41.6,42.02,42.44,42.85,43.27,43.68,44.11,44.53,44.94,45.35,45.77,46.19,46.6,47.02,47.44,47.86,48.27,48.69,49.11,49.52,49.94,50.35,50.77,51.19,51.61,52.02,52.44,52.86,53.27,53.69,54.11,54.53,54.94,55.36,55.77,56.19,56.6,57.02,57.44,57.86,58.27,58.69,59.11,59.52,59.95,60.34,60.76,61.19,61.6,62.02,62.44,62.84,63.25,63.68,64.1,64.5,64.93,65.36,65.77,66.19,66.6,67.04,67.44,67.88,68.27,68.69,69.1,69.51,69.93,70.35,70.77,71.2,71.6,72.02,72.43,72.85,73.26,73.68,74.1,74.52,74.93,75.35,75.77,76.19,76.6,77.02,77.44,77.85,78.27,78.69,79.1,79.51,79.93,80.35,80.77,81.2,81.6,82.01,82.43,82.85,83.26,83.68,84.1,84.53,84.93,85.35,85.77,86.19,86.61,87.02,87.44,87.85,88.27,88.69,89.1,89.52,89.94,90.36,90.78,91.2,91.61,92.02,92.44,92.86,93.27,93.69,94.11,94.53,94.94,95.35,95.77,96.19,96.6,97.02,97.44,97.86,98.27,98.68,99.11,99.53,99.94,100.35,100.78,101.19,101.6,102.02,102.44,102.85,103.27,103.69,104.11,104.53,104.94,105.35,105.77,106.19,106.61,107.02,107.44,107.86,108.27,108.69,109.11,109.52,109.94,110.36,110.77,111.18,111.61,112.02,112.44,112.86,113.27,113.69,114.11,114.53,114.94,115.36,115.77,116.2,116.61,117.03,117.44,117.86,118.28,118.69,119.11,119.53,119.94,120.36,120.78,121.2,121.61,122.02,122.44,122.86,123.27,123.69,124.11,124.53,124.94,125.36,125.78,126.2,126.61,127.02,127.44,127.86,128.27,128.69,129.11,129.52,129.94,130.36,130.77,131.19,131.61,132.02,132.44,132.86,133.27,133.69,134.11,134.53,134.94,135.36,135.77,136.19,136.6,137.03,137.44,137.86,138.27,138.68,139.11,139.53,139.94,140.35,140.77,141.19,141.61],
5
+ "downbeats": [0.37,2.01,3.67,5.37,7.02,8.71,10.36,12.01,13.69,15.35,17.02,18.68,20.35,22.01,23.69,25.35,27.02,28.69,30.35,32.02,33.69,35.36,37.02,38.69,40.35,42.02,43.68,45.35,47.02,48.69,50.35,52.02,53.69,55.36,57.02,58.69,60.34,62.02,63.68,65.36,67.04,68.69,70.35,72.02,73.68,75.35,77.02,78.69,80.35,82.01,83.68,85.35,87.02,88.69,90.36,92.02,93.69,95.35,97.02,98.68,100.35,102.02,103.69,105.35,107.02,108.69,110.36,112.02,113.69,115.36,117.03,118.69,120.36,122.02,123.69,125.36,127.02,128.69,130.36,132.02,133.69,135.36,137.03,138.68,140.35],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.34,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.34,
15
+ "end": 33.68,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 33.68,
20
+ "end": 47.01,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 47.01,
25
+ "end": 62.01,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 62.01,
30
+ "end": 75.33,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 75.33,
35
+ "end": 88.69,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 88.69,
40
+ "end": 102.01,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 102.01,
45
+ "end": 115.35,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 115.35,
50
+ "end": 128.69,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 128.69,
55
+ "end": 141.99,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 141.99,
60
+ "end": 145.76,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/Aitch, Pozer - TILL L4TE (feat. Pozer).json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Aitch, Pozer - TILL L4TE (feat. Pozer).mp3",
3
+ "bpm": 130,
4
+ "beats": [1.69,2.15,2.61,3.06,3.52,3.97,4.43,4.89,5.35,5.81,6.27,6.72,7.19,7.64,8.1,8.56,9.02,9.47,9.93,10.39,10.85,11.3,11.76,12.22,12.68,13.13,13.6,14.05,14.51,14.96,15.43,15.88,16.34,16.8,17.26,17.72,18.17,18.65,19.11,19.54,20.01,20.47,20.93,21.39,21.84,22.3,22.76,23.21,23.67,24.13,24.59,25.05,25.51,25.96,26.42,26.87,27.34,27.8,28.25,28.72,29.17,29.62,30.09,30.54,31.0,31.46,31.92,32.38,32.84,33.29,33.75,34.2,34.66,35.12,35.58,36.04,36.5,36.96,37.42,37.87,38.33,38.79,39.24,39.7,40.16,40.62,41.08,41.54,41.99,42.45,42.91,43.38,43.82,44.28,44.74,45.2,45.66,46.12,46.58,47.03,47.49,47.95,48.41,48.86,49.33,49.78,50.24,50.69,51.16,51.61,52.07,52.53,52.98,53.45,53.9,54.36,54.82,55.27,55.73,56.19,56.65,57.11,57.57,58.03,58.49,58.95,59.41,59.86,60.31,60.77,61.24,61.69,62.15,62.61,63.07,63.52,63.98,64.43,64.9,65.34,65.79,66.25,66.69,67.17,67.63,68.09,68.54,69.01,69.46,69.91,70.37,70.83,71.3,71.77,72.21,72.68,73.13,73.6,74.05,74.51,74.97,75.41,75.87,76.34,76.8,77.26,77.72,78.17,78.63,79.09,79.55,80.01,80.47,80.92,81.38,81.84,82.3,82.75,83.21,83.67,84.13,84.58,85.05,85.5,85.96,86.42,86.88,87.34,87.8,88.25,88.71,89.17,89.62,90.08,90.54,91.0,91.46,91.91,92.38,92.83,93.29,93.75,94.21,94.67,95.12,95.58,96.04,96.5,96.95,97.41,97.87,98.34,98.79,99.25,99.71,100.16,100.62,101.08,101.54,102.0,102.45,102.91,103.37,103.83,104.28,104.74,105.2,105.66,106.12,106.58,107.03,107.47,107.95,108.41,108.87,109.32,109.78,110.23,110.69,111.16,111.61,112.07,112.53,112.99,113.45,113.9,114.36,114.81,115.3,115.75,116.23,116.71,117.19,117.68,118.15,118.65,119.13,119.61,120.08,120.53,121.02],
5
+ "downbeats": [1.69,3.52,5.35,7.19,9.02,10.85,12.68,14.51,16.34,18.17,20.01,21.84,23.67,25.51,27.34,29.17,31.0,32.84,34.66,36.5,38.33,40.16,41.99,43.82,45.66,47.49,49.33,51.16,52.98,54.82,56.65,58.49,60.31,62.15,63.98,65.79,67.63,69.46,71.3,73.13,74.97,76.8,78.63,80.47,82.3,84.13,85.96,87.8,89.62,91.46,93.29,95.12,96.95,98.79,100.62,102.45,104.28,106.12,107.95,109.78,111.61,113.45,115.3,117.19,119.13,121.02],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.04,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.04,
15
+ "end": 20.0,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 20.0,
20
+ "end": 34.66,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 34.66,
25
+ "end": 63.97,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 63.97,
30
+ "end": 78.63,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 78.63,
35
+ "end": 93.29,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 93.29,
40
+ "end": 116.22,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 116.22,
45
+ "end": 128.19,
46
+ "label": "outro"
47
+ }
48
+ ]
49
+ }
struct/Akeira Jade - Or Whatever You Call It.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Akeira Jade - Or Whatever You Call It.mp3",
3
+ "bpm": 85,
4
+ "beats": [11.55,12.25,12.93,13.62,14.34,15.03,15.74,16.46,17.24,17.96,18.65,19.31,20.02,20.71,21.4,22.14,22.82,23.53,24.23,24.95,25.64,26.36,27.05,27.78,28.48,29.2,29.87,30.6,31.29,32.01,32.7,33.41,34.12,34.81,35.52,36.22,36.95,37.67,38.34,39.05,39.77,40.48,41.17,41.89,42.59,43.28,44.0,44.71,45.41,46.12,46.82,47.53,48.24,48.94,49.65,50.36,51.06,51.77,52.47,53.18,53.88,54.59,55.3,56.0,56.71,57.41,58.12,58.83,59.53,60.24,60.95,61.65,62.35,63.06,63.77,64.48,65.18,65.88,66.59,67.3,68.0,68.71,69.41,70.12,70.82,71.53,72.24,72.94,73.65,74.36,75.06,75.77,76.47,77.18,77.88,78.59,79.29,80.0,80.71,81.41,82.12,82.83,83.53,84.24,84.94,85.65,86.35,87.06,87.76,88.47,89.18,89.88,90.59,91.3,92.0,92.7,93.41,94.12,94.82,95.53,96.24,96.94,97.65,98.35,99.06,99.77,100.47,101.17,101.88,102.59,103.29,104.0,104.71,105.41,106.12,106.82,107.53,108.24,108.94,109.65,110.35,111.06,111.76,112.47,113.19,113.89,114.6,115.3,116.01,116.72,117.41,118.12,118.83,119.55,120.28,120.95,121.66,122.36,123.06,123.76,124.47,125.18,125.88,126.59,127.29,128.0,128.71,129.41,130.12,130.83,131.53,132.24,132.94,133.65,134.36,135.06,135.77,136.47,137.18,137.89,138.59,139.3,140.0,140.71,141.41,142.12,142.83,143.53,144.24,144.94,145.65,146.36,147.06,147.77,148.47,149.18,149.88,150.59,151.3,152.01,152.71,153.42,154.12,154.83,155.53,156.24,156.94,157.65,158.35,159.07,159.77,160.48,161.18,161.89,162.59,163.3,164.0,164.71,165.42,166.12,166.83],
5
+ "downbeats": [11.55,14.34,17.24,20.02,22.82,25.64,28.48,31.29,34.12,36.95,39.77,42.59,45.41,48.24,51.06,53.88,56.71,59.53,62.35,65.18,68.0,70.82,73.65,76.47,79.29,82.12,84.94,87.76,90.59,93.41,96.24,99.06,101.88,104.71,107.53,110.35,113.19,116.01,118.83,121.66,124.47,127.29,130.12,132.94,135.77,138.59,141.41,144.24,147.06,149.88,152.71,155.53,158.35,161.18,164.0,166.83],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 11.54,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 11.54,
15
+ "end": 44.7,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 44.7,
20
+ "end": 68.0,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 68.0,
25
+ "end": 90.59,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 90.59,
30
+ "end": 124.47,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 124.47,
35
+ "end": 147.06,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 147.06,
40
+ "end": 166.82,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 166.82,
45
+ "end": 169.93,
46
+ "label": "end"
47
+ }
48
+ ]
49
+ }
struct/Alessi Rose - Same Mouth.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alessi Rose - Same Mouth.mp3",
3
+ "bpm": 91,
4
+ "beats": [0.81,1.47,2.15,2.81,3.47,4.15,4.81,5.48,6.14,6.81,7.48,8.14,8.81,9.48,10.15,10.81,11.47,12.14,12.8,13.47,14.14,14.81,15.47,16.13,16.79,17.46,18.12,18.8,19.47,20.13,20.79,21.46,22.14,22.81,23.49,24.14,24.81,25.47,26.15,26.8,27.48,28.13,28.8,29.45,30.13,30.79,31.46,32.12,32.78,33.45,34.14,34.79,35.47,36.13,36.8,37.46,38.12,38.79,39.46,40.11,40.79,41.45,42.12,42.78,43.46,44.12,44.79,45.46,46.13,46.79,47.46,48.13,48.8,49.47,50.14,50.79,51.47,52.13,52.8,53.46,54.14,54.8,55.45,56.11,56.8,57.46,58.13,58.78,59.46,60.13,60.79,61.45,62.13,62.79,63.47,64.12,64.78,65.47,66.15,66.8,67.48,68.16,68.83,69.49,70.15,70.82,71.49,72.16,72.81,73.48,74.14,74.8,75.49,76.15,76.82,77.48,78.15,78.82,79.49,80.15,80.81,81.47,82.13,82.79,83.45,84.13,84.8,85.46,86.13,86.79,87.48,88.13,88.8,89.46,90.13,90.79,91.46,92.13,92.8,93.45,94.12,94.79,95.46,96.13,96.8,97.46,98.13,98.79,99.46,100.13,100.79,101.47,102.13,102.8,103.48,104.14,104.8,105.47,106.14,106.79,107.47,108.13,108.79,109.46,110.14,110.8,111.47,112.13,112.79,113.45,114.13,114.79,115.46,116.12,116.8,117.46,118.13,118.79,119.46,120.12,120.8,121.46,122.13,122.79,123.45,124.12,124.79,125.44,126.12,126.78,127.47,128.13,128.79,129.45,130.13,130.8,131.45,132.12,132.84,133.51,134.15,134.82,135.49,136.16,136.84,137.48,138.17,138.81,139.49,140.12,140.82,141.47,142.15,142.8,143.49,144.15,144.81,145.5,146.17,146.83,147.49,148.17],
5
+ "downbeats": [2.81,5.48,8.14,10.81,13.47,16.13,18.8,21.46,24.14,26.8,29.45,32.12,34.79,37.46,40.11,42.78,45.46,48.13,50.79,53.46,56.11,58.78,61.45,64.12,66.8,69.49,72.16,74.8,77.48,80.15,82.79,85.46,88.13,90.79,93.45,96.13,98.79,101.47,104.14,106.79,109.46,112.13,114.79,117.46,120.12,122.79,125.44,128.13,130.8,133.51,136.16,138.81,141.47,144.15,146.83],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.14,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.14,
15
+ "end": 24.13,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 24.13,
20
+ "end": 66.13,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 66.13,
25
+ "end": 88.13,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 88.13,
30
+ "end": 109.46,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 109.46,
35
+ "end": 130.79,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 130.79,
40
+ "end": 151.64,
41
+ "label": "outro"
42
+ },
43
+ {
44
+ "start": 151.64,
45
+ "end": 156.17,
46
+ "label": "end"
47
+ }
48
+ ]
49
+ }
struct/Alessi Rose - That Could Be Me.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alessi Rose - That Could Be Me.mp3",
3
+ "bpm": 90,
4
+ "beats": [0.33,0.99,1.63,2.24,2.95,3.62,4.29,4.96,5.65,6.3,6.96,7.63,8.31,8.97,9.63,10.29,10.97,11.64,12.29,12.95,13.62,14.29,14.95,15.62,16.29,16.96,17.62,18.28,18.95,19.62,20.29,20.95,21.62,22.29,22.95,23.62,24.28,24.96,25.62,26.29,26.95,27.62,28.29,28.95,29.62,30.29,30.95,31.62,32.28,32.95,33.62,34.28,34.95,35.63,36.29,36.95,37.62,38.29,38.96,39.62,40.29,40.96,41.62,42.29,42.95,43.63,44.29,44.95,45.62,46.29,46.95,47.62,48.29,48.96,49.62,50.29,50.95,51.62,52.29,52.95,53.62,54.28,54.94,55.61,56.28,56.95,57.61,58.28,58.95,59.62,60.29,60.95,61.61,62.28,62.95,63.62,64.28,64.95,65.62,66.29,66.95,67.61,68.28,68.95,69.62,70.28,70.95,71.62,72.28,72.95,73.62,74.29,74.95,75.62,76.29,76.95,77.62,78.29,78.96,79.62,80.29,80.96,81.62,82.29,82.95,83.62,84.29,84.95,85.62,86.29,86.95,87.62,88.29,88.96,89.62,90.29,90.96,91.63,92.29,92.95,93.62,94.3,94.95,95.62,96.29,96.96,97.62,98.28,98.95,99.62,100.29,100.95,101.62,102.29,102.95,103.62,104.29,104.96,105.62,106.29,106.95,107.62,108.28,108.95,109.62,110.28,110.96,111.61,112.28,112.95,113.62,114.28,114.95,115.61,116.29,116.95,117.62,118.29,118.95,119.62,120.29,120.95,121.62,122.28,122.95,123.61,124.28,124.95,125.62,126.28,126.95,127.62,128.27,128.95,129.62,130.28,130.98,131.65,132.32,133.0,133.65,134.31,135.02,135.67,136.34,137.01,137.68,138.32,139.01,139.67,140.35,141.0,141.68,142.34,143.01,143.63,144.33,145.0,145.66,146.29,147.0,147.64,148.3,148.99,149.65,150.31,150.98,151.62,152.3,152.96,153.62,154.29,154.96,155.62,156.29,156.96,157.63,158.29,158.96,159.62,160.29,160.95,161.62,162.29,162.95,163.61,164.29,164.95,165.62,166.28,166.96,167.62,168.29,168.95,169.62,170.29,170.95,171.62,172.28,172.96,173.62,174.29,174.96,175.62,176.29,176.95,177.62,178.29,178.95,179.62,180.29,180.95,181.62,182.29,182.95,183.62,184.29,184.95,185.62,186.28,186.95,187.62,188.29,188.96,189.62,190.28,190.95],
5
+ "downbeats": [2.24,4.96,7.63,10.29,12.95,15.62,18.28,20.95,23.62,26.29,28.95,31.62,34.28,36.95,39.62,42.29,44.95,47.62,50.29,52.95,55.61,58.28,60.95,63.62,66.29,68.95,71.62,74.29,76.95,79.62,82.29,84.95,87.62,90.29,92.95,95.62,98.28,100.95,103.62,106.29,108.95,111.61,114.28,116.95,119.62,122.28,124.95,127.62,130.28,133.0,135.67,138.32,141.0,143.63,146.29,148.99,151.62,154.29,156.96,159.62,162.29,164.95,167.62,170.29,172.96,175.62,178.29,180.95,183.62,186.28,188.96],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.33,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.33,
15
+ "end": 12.95,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 12.95,
20
+ "end": 34.28,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 34.28,
25
+ "end": 55.6,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 55.6,
30
+ "end": 76.95,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 76.95,
35
+ "end": 108.95,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 108.95,
40
+ "end": 130.29,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 130.29,
45
+ "end": 172.95,
46
+ "label": "bridge"
47
+ },
48
+ {
49
+ "start": 172.95,
50
+ "end": 191.6,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 191.6,
55
+ "end": 197.97,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/Alex G - Afterlife.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alex G - Afterlife.mp3",
3
+ "bpm": 83,
4
+ "beats": [0.04,0.77,1.49,2.21,2.93,3.66,4.38,5.1,5.83,6.55,7.28,8.0,8.72,9.44,10.17,10.89,11.61,12.33,13.06,13.78,14.5,15.23,15.95,16.67,17.39,18.12,18.84,19.56,20.29,21.01,21.74,22.46,23.18,23.9,24.63,25.35,26.07,26.79,27.52,28.24,28.96,29.69,30.41,31.13,31.85,32.58,33.3,34.02,34.74,35.47,36.2,36.91,37.64,38.36,39.08,39.81,40.53,41.25,41.98,42.7,43.42,44.14,44.87,45.59,46.31,47.03,47.76,48.48,49.2,49.93,50.65,51.38,52.1,52.82,53.54,54.26,54.99,55.71,56.43,57.16,57.88,58.6,59.33,60.04,60.76,61.48,62.2,62.92,63.65,64.37,65.12,65.83,66.55,67.27,67.99,68.71,69.44,70.16,70.89,71.62,72.34,73.06,73.79,74.51,75.23,75.95,76.68,77.4,78.12,78.84,79.57,80.29,81.01,81.73,82.46,83.18,83.9,84.62,85.35,86.07,86.79,87.52,88.24,88.96,89.68,90.41,91.13,91.85,92.57,93.3,94.02,94.74,95.47,96.19,96.91,97.64,98.35,99.08,99.81,100.53,101.25,101.97,102.7,103.42,104.14,104.87,105.59,106.31,107.03,107.75,108.48,109.2,109.92,110.65,111.37,112.09,112.82,113.54,114.27,114.99,115.71,116.43,117.16,117.88,118.6,119.32,120.05,120.77,121.49,122.22,122.94,123.66,124.38,125.11,125.83,126.55,127.27,128.0,128.72,129.44,130.17,130.89,131.61,132.34,133.06,133.78,134.51,135.23,135.95,136.67,137.4,138.12,138.81,139.54,140.27,140.99,141.72,142.44,143.17,143.9,144.61,145.34,146.06,146.78,147.5,148.23,148.96,149.68,150.41,151.13,151.86,152.58,153.3,154.02,154.75,155.47,156.19,156.92,157.64,158.36,159.09,159.81,160.53,161.25,161.97,162.7,163.43,164.14,164.87,165.59,166.31,167.03,167.76,168.48,169.2,169.93,170.65,171.37,172.1,172.82,173.54,174.26,174.99,175.71,176.43,177.15,177.88,178.6,179.32,180.05,180.77,181.49,182.21,182.94,183.66,184.38,185.09,185.81,186.54,187.26,188.01,188.75,189.48,190.2,190.86,191.51,192.15,192.78,193.41,194.01,194.65,195.27,195.91,196.62,197.34,198.07,198.8,199.5,200.21,200.93,201.67,202.38,203.12,203.84,204.54,205.26,205.99,206.72,207.42,208.15],
5
+ "downbeats": [0.04,2.93,5.83,8.72,11.61,14.5,17.39,20.29,23.18,26.07,28.96,31.85,34.74,37.64,40.53,43.42,46.31,49.2,52.1,54.99,57.88,60.76,63.65,66.55,69.44,72.34,75.23,78.12,81.01,83.9,86.79,89.68,92.57,95.47,98.35,101.25,104.14,107.03,109.92,112.82,115.71,118.6,121.49,124.38,127.27,130.17,133.06,135.95,138.81,141.72,144.61,147.5,150.41,153.3,156.19,159.09,161.97,164.87,167.76,170.65,173.54,176.43,179.32,182.21,185.09,188.01,190.86,193.41,195.91,198.8,201.67,204.54,207.42],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.03,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.03,
15
+ "end": 31.84,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 31.84,
20
+ "end": 72.34,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 72.34,
25
+ "end": 95.46,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 95.46,
30
+ "end": 109.91,
31
+ "label": "inst"
32
+ },
33
+ {
34
+ "start": 109.91,
35
+ "end": 150.41,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 150.41,
40
+ "end": 173.53,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 173.53,
45
+ "end": 195.91,
46
+ "label": "outro"
47
+ },
48
+ {
49
+ "start": 195.91,
50
+ "end": 210.3,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 210.3,
55
+ "end": 210.31,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/Alex Warren, Jelly Roll - Bloodline (with Jelly Roll).json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alex Warren, Jelly Roll - Bloodline (with Jelly Roll).mp3",
3
+ "bpm": 128,
4
+ "beats": [1.76,2.22,2.69,3.16,3.63,4.1,4.57,5.03,5.5,5.97,6.44,6.91,7.38,7.85,8.32,8.79,9.25,9.73,10.19,10.66,11.13,11.6,12.07,12.53,13.01,13.47,13.95,14.41,14.88,15.34,15.82,16.29,16.76,17.22,17.7,18.17,18.64,19.1,19.57,20.04,20.51,20.98,21.45,21.92,22.39,22.85,23.32,23.79,24.26,24.73,25.2,25.67,26.13,26.6,27.07,27.54,28.01,28.48,28.95,29.42,29.89,30.35,30.82,31.29,31.76,32.23,32.7,33.17,33.64,34.1,34.57,35.04,35.51,35.98,36.45,36.92,37.38,37.85,38.32,38.79,39.25,39.72,40.19,40.66,41.12,41.6,42.06,42.53,43.0,43.47,43.94,44.41,44.88,45.35,45.81,46.28,46.75,47.22,47.69,48.16,48.62,49.09,49.56,50.03,50.5,50.97,51.44,51.91,52.37,52.84,53.31,53.78,54.25,54.72,55.19,55.66,56.13,56.6,57.06,57.53,58.0,58.47,58.94,59.41,59.88,60.34,60.81,61.28,61.75,62.22,62.69,63.16,63.63,64.1,64.56,65.03,65.5,65.97,66.44,66.91,67.38,67.84,68.31,68.78,69.25,69.72,70.19,70.66,71.13,71.6,72.06,72.53,73.0,73.47,73.94,74.41,74.87,75.34,75.81,76.28,76.75,77.22,77.69,78.16,78.62,79.09,79.56,80.03,80.5,80.97,81.44,81.91,82.38,82.84,83.32,83.79,84.25,84.72,85.19,85.66,86.13,86.6,87.07,87.53,88.0,88.47,88.94,89.41,89.88,90.35,90.82,91.29,91.75,92.22,92.69,93.16,93.63,94.1,94.57,95.04,95.5,95.97,96.44,96.91,97.38,97.85,98.31,98.78,99.25,99.72,100.19,100.66,101.13,101.6,102.07,102.53,103.0,103.47,103.94,104.41,104.88,105.35,105.81,106.28,106.75,107.22,107.69,108.16,108.62,109.1,109.56,110.03,110.5,110.97,111.44,111.91,112.38,112.84,113.31,113.78,114.25,114.72,115.19,115.66,116.13,116.59,117.06,117.53,118.0,118.47,118.94,119.41,119.88,120.35,120.81,121.28,121.75,122.22,122.69,123.16,123.63,124.1,124.56,125.03,125.5,125.97,126.44,126.91,127.38,127.85,128.32,128.78,129.25,129.72,130.19,130.66,131.13,131.6,132.07,132.53,133.0,133.47,133.94,134.41,134.88,135.35,135.82,136.28,136.75,137.22,137.69,138.16,138.63,139.1,139.56,140.04,140.5,140.97,141.44,141.91,142.38,142.85,143.32,143.78,144.25,144.72,145.19,145.66,146.13,146.6,147.07,147.53,148.0,148.46,148.93,149.4,149.87,150.34,150.81,151.28,151.75,152.22,152.69,153.16,153.63,154.09,154.56,155.03,155.5,155.97,156.44,156.91,157.38,157.84,158.31,158.78,159.25,159.72,160.19,160.66,161.13,161.6,162.06,162.53,163.0,163.47,163.94,164.41,164.88,165.35,165.81,166.28,166.75,167.22,167.69,168.16,168.63,169.1,169.56,170.03,170.5,170.97,171.44,171.91,172.38,172.85,173.31,173.78,174.25,174.72,175.19,175.66,176.13,176.59,177.07,177.54],
5
+ "downbeats": [1.76,3.63,5.5,7.38,9.25,11.13,13.01,14.88,16.76,18.64,20.51,22.39,24.26,26.13,28.01,29.89,31.76,33.64,35.51,37.38,39.25,41.12,43.0,44.88,46.75,48.62,50.5,52.37,54.25,56.13,58.0,59.88,61.75,63.63,65.5,67.38,69.25,71.13,73.0,74.87,76.75,78.62,80.5,82.38,84.25,86.13,88.0,89.88,91.75,93.63,95.5,97.38,99.25,101.13,103.0,104.88,106.75,108.62,110.5,112.38,114.25,116.13,118.0,119.88,121.75,123.63,125.5,127.38,129.25,131.13,133.0,134.88,136.75,138.63,140.5,142.38,144.25,146.13,148.0,149.87,151.75,153.63,155.5,157.38,159.25,161.13,163.0,164.88,166.75,168.63,170.5,172.38,174.25,176.13],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 1.76,
11
+ "label": "verse"
12
+ },
13
+ {
14
+ "start": 1.76,
15
+ "end": 18.63,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 18.63,
20
+ "end": 39.25,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 39.25,
25
+ "end": 54.25,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 54.25,
30
+ "end": 69.25,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 69.25,
35
+ "end": 82.37,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 82.37,
40
+ "end": 103.0,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 103.0,
45
+ "end": 118.0,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 118.0,
50
+ "end": 133.0,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 133.0,
55
+ "end": 151.75,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 151.75,
60
+ "end": 178.01,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 178.01,
65
+ "end": 182.01,
66
+ "label": "end"
67
+ }
68
+ ]
69
+ }
struct/Alex Warren, ROSÉ - On My Mind.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alex Warren, ROS\u00c9 - On My Mind.mp3",
3
+ "bpm": 128,
4
+ "beats": [1.19,1.66,2.14,2.63,3.09,3.57,4.03,4.52,4.97,5.46,5.92,6.4,6.87,7.33,7.82,8.31,8.76,9.23,9.71,10.19,10.65,11.12,11.61,12.09,12.56,13.06,13.51,14.0,14.45,14.92,15.39,15.88,16.34,16.81,17.29,17.78,18.24,18.72,19.2,19.69,20.15,20.64,21.09,21.58,22.03,22.51,22.98,23.48,23.94,24.43,24.89,25.38,25.83,26.3,26.77,27.26,27.71,28.18,28.67,29.15,29.61,30.08,30.56,31.04,31.49,31.96,32.45,32.92,33.39,33.86,34.33,34.83,35.28,35.75,36.24,36.71,37.18,37.66,38.14,38.63,39.08,39.55,40.03,40.5,40.97,41.44,41.92,42.41,42.86,43.34,43.81,44.29,44.76,45.23,45.71,46.19,46.65,47.11,47.6,48.09,48.55,49.03,49.51,49.98,50.44,50.93,51.39,51.87,52.34,52.82,53.29,53.78,54.23,54.71,55.18,55.66,56.12,56.61,57.08,57.57,58.02,58.49,58.98,59.45,59.92,60.38,60.87,61.36,61.81,62.3,62.76,63.24,63.7,64.18,64.66,65.15,65.63,66.1,66.59,67.06,67.51,67.98,68.46,68.94,69.39,69.88,70.34,70.81,71.29,71.76,72.24,72.71,73.18,73.67,74.13,74.6,75.07,75.56,76.02,76.5,76.97,77.46,77.92,78.39,78.87,79.34,79.82,80.28,80.76,81.22,81.71,82.18,82.66,83.14,83.6,84.08,84.55,85.03,85.5,85.97,86.45,86.93,87.4,87.87,88.34,88.83,89.29,89.76,90.23,90.72,91.19,91.67,92.13,92.6,93.08,93.55,94.03,94.49,94.97,95.46,95.92,96.39,96.87,97.34,97.81,98.3,98.76,99.25,99.71,100.18,100.66,101.14,101.6,102.07,102.55,103.05,103.5,103.99,104.44,104.92,105.39,105.87,106.34,106.84,107.29,107.76,108.24,108.71,109.18,109.65,110.13,110.6,111.07,111.54,112.02,112.51,112.97,113.47,113.94,114.42,114.87,115.34,115.82,116.29,116.76,117.22,117.71,118.2,118.65,119.12,119.61,120.08,120.55,121.02,121.51,122.0,122.45,122.92,123.4,123.87,124.34,124.81,125.28,125.78,126.23,126.7,127.19,127.66,128.12,128.6,129.08,129.57,130.02,130.5,130.98,131.45,131.91,132.39,132.87,133.34,133.82,134.29,134.77,135.23,135.7,136.18,136.66,137.13,137.6,138.07,138.55,139.02,139.5,139.96,140.44,140.91,141.39,141.86,142.35,142.81,143.28,143.76,144.24,144.71,145.2,145.68,146.15,146.6,147.07,147.54,148.03,148.48,148.95,149.44,149.93,150.39,150.89,151.34,151.81,152.3,152.76,153.24,153.71,154.17,154.65,155.12,155.59,156.07,156.54,157.01,157.49,157.99,158.44,158.91,159.38,159.87,160.34,160.8,161.27,161.75,162.22,162.67,163.17,163.65,164.13,164.59,165.09,165.57,166.02,166.49,166.98,167.44,167.92,168.38,168.87,169.36,169.81,170.28,170.77,171.24,171.71,172.18,172.66,173.15,173.6,174.07,174.55,175.03,175.5,175.96,176.44,176.94,177.39,177.87,178.34,178.82,179.28],
5
+ "downbeats": [1.19,3.09,4.97,6.87,8.76,10.65,12.56,14.45,16.34,18.24,20.15,22.03,23.94,25.83,27.71,29.61,31.49,33.39,35.28,37.18,39.08,40.97,42.86,44.76,46.65,48.55,50.44,52.34,54.23,56.12,58.02,59.92,61.81,63.7,65.63,67.51,69.39,71.29,73.18,75.07,76.97,78.87,80.76,82.66,84.55,86.45,88.34,90.23,92.13,94.03,95.92,97.81,99.71,101.6,103.5,105.39,107.29,109.18,111.07,112.97,114.87,116.76,118.65,120.55,122.45,124.34,126.23,128.12,130.02,131.91,133.82,135.7,137.6,139.5,141.39,143.28,145.2,147.07,148.95,150.89,152.76,154.65,156.54,158.44,160.34,162.22,164.13,166.02,167.92,169.81,171.71,173.6,175.5,177.39,179.28],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.26,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.26,
15
+ "end": 16.35,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 16.35,
20
+ "end": 31.49,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 31.49,
25
+ "end": 50.44,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 50.44,
30
+ "end": 65.63,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 65.63,
35
+ "end": 80.75,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 80.75,
40
+ "end": 95.92,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 95.92,
45
+ "end": 114.86,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 114.86,
50
+ "end": 130.02,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 130.02,
55
+ "end": 147.07,
56
+ "label": "bridge"
57
+ },
58
+ {
59
+ "start": 147.07,
60
+ "end": 166.02,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 166.02,
65
+ "end": 183.04,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 183.04,
70
+ "end": 189.56,
71
+ "label": "end"
72
+ }
73
+ ]
74
+ }
struct/Alfa Mist - 9 Months.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alfa Mist - 9 Months.mp3",
3
+ "bpm": 76,
4
+ "beats": [3.37,4.32,5.28,6.2,7.13,7.95,8.64,9.35,10.07,10.8,11.47,12.19,12.92,13.63,14.3,15.02,15.75,16.45,17.14,17.88,18.59,19.28,19.95,20.61,21.32,22.04,22.76,23.45,24.18,24.9,25.59,26.27,26.98,27.7,28.39,29.11,29.8,30.5,31.21,31.91,32.64,33.32,34.0,34.68,35.25,35.81,36.44,37.13,37.85,38.54,39.24,39.93,40.65,41.32,42.02,42.72,43.65,44.49,45.17,45.9,46.63,47.31,48.0,48.7,49.4,50.12,50.81,51.54,52.25,52.94,53.62,54.35,55.07,55.75,56.44,57.14,57.86,58.57,59.25,59.96,60.67,61.36,62.06,62.76,63.47,64.17,64.86,65.57,66.28,66.96,67.66,68.37,69.06,69.74,70.44,71.15,71.85,72.54,73.24,73.96,74.67,75.35,76.04,76.75,77.46,78.15,78.86,79.56,80.28,80.97,81.66,82.38,83.08,83.76,84.46,85.16,85.87,86.56,87.26,87.97,88.68,89.37,90.07,90.8,91.51,92.2,92.89,93.61,94.3,95.01,95.71,96.41,97.12,97.82,98.51,99.23,99.93,100.61,101.33,102.05,102.78,103.52,104.24,104.96,105.68,106.4,107.13,107.85,108.57,109.3,110.02,110.74,111.47,112.19,112.91,113.71,114.49,115.29,116.08,116.87,117.66,118.45,119.24,120.03,120.82,121.62,122.41,123.2,123.99,124.78,125.57,126.36,127.15,127.95,128.74,129.53,130.32,131.12,131.9,132.7,133.49,134.28,135.07,135.86,136.65,137.44,138.24,139.03,139.82,140.61,141.4,142.19,142.98,143.78,144.57,145.36,146.15,146.94,147.73,148.52,149.31,150.1,150.89,151.69,152.48,153.27,154.06,154.86,155.65,156.44,157.23,158.02,158.81,159.6,160.4,161.19,161.98,162.78,163.56,164.35,165.14,165.93,166.72,167.52,168.31,169.1,169.89,170.68,171.47,172.27,173.06,173.85,174.64,175.43,176.22,177.01,177.8,178.6,179.39,180.18,180.97,181.76,182.55,183.35,184.13,184.93,185.69,186.48,187.28,188.07,188.84,189.64,190.42,191.21,192.02,192.82,193.63,194.41,195.22,196.01,196.82,197.61,198.41,199.22,200.03,200.82,201.61,202.4,203.19,204.0,204.82,205.61,206.43,207.23,208.04],
5
+ "downbeats": [5.28,8.64,11.47,14.3,17.14,19.95,22.76,25.59,28.39,31.21,34.0,36.44,39.24,42.02,45.17,48.0,50.81,53.62,56.44,59.25,62.06,64.86,67.66,70.44,73.24,76.04,78.86,81.66,84.46,87.26,90.07,92.89,95.71,98.51,101.33,104.24,107.13,110.02,112.91,116.08,119.24,122.41,125.57,128.74,131.9,135.07,138.24,141.4,144.57,147.73,150.89,154.06,157.23,160.4,163.56,166.72,169.89,173.06,176.22,179.39,182.55,185.69,188.84,192.02,195.22,198.41,201.61,204.82,208.04],
6
+ "beat_positions": [3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.2,
11
+ "label": "verse"
12
+ },
13
+ {
14
+ "start": 0.2,
15
+ "end": 34.36,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 34.36,
20
+ "end": 58.89,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 58.89,
25
+ "end": 78.86,
26
+ "label": "solo"
27
+ },
28
+ {
29
+ "start": 78.86,
30
+ "end": 101.32,
31
+ "label": "solo"
32
+ },
33
+ {
34
+ "start": 101.32,
35
+ "end": 125.57,
36
+ "label": "intro"
37
+ },
38
+ {
39
+ "start": 125.57,
40
+ "end": 163.56,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 163.56,
45
+ "end": 187.27,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 187.27,
50
+ "end": 210.86,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 210.86,
55
+ "end": 214.32,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/Alison Goldfrapp - Sound & Light.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Alison Goldfrapp - Sound & Light.mp3",
3
+ "bpm": 92,
4
+ "beats": [2.77,3.43,4.07,4.72,5.36,6.02,6.67,7.32,7.97,8.62,9.27,9.93,10.58,11.23,11.88,12.54,13.19,13.84,14.5,15.15,15.8,16.45,17.11,17.76,18.41,19.07,19.72,20.37,21.02,21.68,22.33,22.99,23.64,24.29,24.94,25.6,26.25,26.9,27.55,28.21,28.86,29.51,30.17,30.82,31.47,32.13,32.78,33.43,34.08,34.74,35.39,36.04,36.69,37.35,38.0,38.65,39.31,39.96,40.61,41.27,41.92,42.57,43.22,43.88,44.53,45.19,45.84,46.49,47.14,47.8,48.45,49.11,49.75,50.41,51.06,51.72,52.37,53.02,53.67,54.33,54.98,55.63,56.29,56.94,57.59,58.25,58.9,59.55,60.19,60.84,61.49,62.2,62.84,63.49,64.12,64.77,65.42,66.08,66.73,67.39,68.04,68.69,69.34,70.0,70.65,71.3,71.96,72.61,73.26,73.92,74.57,75.22,75.87,76.53,77.18,77.83,78.49,79.14,79.79,80.44,81.1,81.75,82.4,83.06,83.71,84.36,85.01,85.67,86.32,86.98,87.63,88.28,88.93,89.59,90.24,90.9,91.54,92.2,92.85,93.51,94.16,94.81,95.46,96.12,96.77,97.42,98.07,98.73,99.38,100.04,100.69,101.34,101.99,102.65,103.3,103.96,104.61,105.26,105.91,106.57,107.22,107.87,108.52,109.18,109.83,110.48,111.13,111.79,112.44,113.09,113.74,114.4,115.05,115.71,116.36,117.01,117.66,118.32,118.97,119.63,120.28,120.93,121.58,122.24,122.88,123.53,124.17,124.84,125.51,126.14,126.79,127.45,128.14,128.78,129.48,130.12,130.73,131.39,132.04,132.68,133.35,133.98,134.61,135.29,135.96,136.59,137.26,137.91,138.56,139.21,139.87,140.52,141.18,141.83,142.49,143.14,143.78,144.44,145.09,145.75,146.39,147.05,147.7,148.36,149.01,149.66,150.31,150.97,151.62,152.27,152.92,153.58,154.23,154.88,155.53,156.19,156.84,157.49,158.15,158.8,159.45,160.11,160.76,161.42,162.07,162.72,163.37,164.03,164.68,165.33,165.98,166.64,167.29,167.94,168.59,169.25,169.9,170.55,171.21,171.86,172.51,173.17,173.82,174.47,175.12,175.78,176.43,177.09,177.74,178.39,179.04,179.7,180.35,181.0,181.65,182.31,182.96,183.62,184.27,184.92,185.57,186.22,186.87,187.53,188.17,188.84],
5
+ "downbeats": [2.77,5.36,7.97,10.58,13.19,15.8,18.41,21.02,23.64,26.25,28.86,31.47,34.08,36.69,39.31,41.92,44.53,47.14,49.75,52.37,54.98,57.59,60.19,62.84,65.42,68.04,70.65,73.26,75.87,78.49,81.1,83.71,86.32,88.93,91.54,94.16,96.77,99.38,101.99,104.61,107.22,109.83,112.44,115.05,117.66,120.28,122.88,125.51,128.14,130.73,133.35,135.96,138.56,141.18,143.78,146.39,149.01,151.62,154.23,156.84,159.45,162.07,164.68,167.29,169.9,172.51,175.12,177.74,180.35,182.96,185.57,188.17],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.13,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.13,
15
+ "end": 18.41,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 18.41,
20
+ "end": 38.0,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 38.0,
25
+ "end": 60.19,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 60.19,
30
+ "end": 81.09,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 81.09,
35
+ "end": 101.99,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 101.99,
40
+ "end": 122.88,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 122.88,
45
+ "end": 143.78,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 143.78,
50
+ "end": 175.12,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 175.12,
55
+ "end": 196.78,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 196.78,
60
+ "end": 198.42,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/All Time Low - The Weather.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/All Time Low - The Weather.mp3",
3
+ "bpm": 94,
4
+ "beats": [0.2,0.85,1.48,2.12,2.76,3.4,4.04,4.67,5.31,5.95,6.59,7.23,7.87,8.5,9.14,9.78,10.42,11.06,11.69,12.34,12.97,13.61,14.25,14.89,15.53,16.17,16.8,17.45,18.08,18.72,19.35,20.0,20.63,21.27,21.91,22.55,23.19,23.82,24.46,25.1,25.74,26.38,27.01,27.66,28.3,28.93,29.57,30.21,30.85,31.49,32.13,32.77,33.4,34.04,34.68,35.32,35.95,36.59,37.23,37.87,38.51,39.15,39.78,40.42,41.06,41.7,42.33,42.98,43.61,44.25,44.89,45.53,46.17,46.8,47.44,48.08,48.72,49.36,50.0,50.64,51.27,51.91,52.55,53.19,53.83,54.46,55.1,55.74,56.38,57.02,57.65,58.29,58.93,59.57,60.21,60.85,61.49,62.13,62.76,63.4,64.04,64.68,65.31,65.95,66.59,67.23,67.87,68.51,69.15,69.79,70.42,71.06,71.7,72.34,72.97,73.61,74.25,74.89,75.53,76.17,76.8,77.44,78.08,78.72,79.36,80.0,80.63,81.27,81.91,82.55,83.19,83.83,84.47,85.1,85.74,86.38,87.02,87.66,88.29,88.93,89.57,90.21,90.85,91.49,92.12,92.76,93.4,94.04,94.68,95.32,95.95,96.59,97.23,97.87,98.5,99.15,99.79,100.43,101.06,101.7,102.34,102.98,103.61,104.26,104.89,105.53,106.17,106.81,107.45,108.08,108.72,109.36,110.0,110.64,111.27,111.91,112.55,113.19,113.83,114.47,115.11,115.74,116.38,117.02,117.66,118.3,118.93,119.57,120.21,120.85,121.49,122.13,122.77,123.4,124.04,124.68,125.32,125.95,126.59,127.23,127.87,128.51,129.14,129.78,130.42,131.06,131.7,132.34,132.98,133.61,134.25,134.89,135.53,136.16,136.8,137.44,138.08,138.72,139.36,139.99,140.63,141.27,141.91,142.55,143.19,143.82,144.46,145.1,145.74,146.38,147.01,147.65,148.29,148.93,149.56,150.21,150.84,151.48,152.12,152.76,153.4,154.04,154.67,155.32,155.95,156.59,157.23,157.87,158.5,159.15,159.78,160.42,161.06,161.7,162.33,162.97,163.61,164.25,164.89,165.53,166.17,166.8,167.44],
5
+ "downbeats": [0.2,2.76,5.31,7.87,10.42,12.97,15.53,18.08,20.63,23.19,25.74,28.3,30.85,33.4,35.95,38.51,41.06,43.61,46.17,48.72,51.27,53.83,56.38,58.93,61.49,64.04,66.59,69.15,71.7,74.25,76.8,79.36,81.91,84.47,87.02,89.57,92.12,94.68,97.23,99.79,102.34,104.89,107.45,110.0,112.55,115.11,117.66,120.21,122.77,125.32,127.87,130.42,132.98,135.53,138.08,140.63,143.19,145.74,148.29,150.84,153.4,155.95,158.5,161.06,163.61,166.17],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.2,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.2,
15
+ "end": 41.06,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 41.06,
20
+ "end": 61.48,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 61.48,
25
+ "end": 81.91,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 81.91,
30
+ "end": 102.33,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 102.33,
35
+ "end": 122.76,
36
+ "label": "solo"
37
+ },
38
+ {
39
+ "start": 122.76,
40
+ "end": 143.19,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 143.19,
45
+ "end": 168.72,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 168.72,
50
+ "end": 171.56,
51
+ "label": "end"
52
+ }
53
+ ]
54
+ }
struct/Amble - Marlay Park.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Amble - Marlay Park.mp3",
3
+ "bpm": 128,
4
+ "beats": [3.6,4.09,4.58,5.05,5.52,6.0,6.48,6.93,7.38,7.84,8.32,8.78,9.24,9.68,10.16,10.6,11.06,11.51,11.98,12.41,12.86,13.31,13.78,14.23,14.67,15.13,15.6,16.05,16.52,16.96,17.44,17.88,18.34,18.81,19.29,19.74,20.21,20.7,21.17,21.64,22.1,22.58,23.05,23.51,23.98,24.44,24.93,25.38,25.85,26.33,26.81,27.26,27.73,28.22,28.69,29.14,29.61,30.09,30.57,31.03,31.51,31.98,32.45,32.92,33.39,33.86,34.33,34.8,35.27,35.73,36.21,36.67,37.14,37.61,38.09,38.55,39.02,39.48,39.95,40.43,40.89,41.35,41.82,42.27,42.73,43.21,43.68,44.15,44.6,45.07,45.56,46.01,46.5,46.94,47.42,47.86,48.32,48.8,49.3,49.77,50.24,50.73,51.22,51.67,52.14,52.63,53.1,53.57,54.04,54.49,54.98,55.45,55.9,56.4,56.9,57.35,57.81,58.26,58.74,59.2,59.65,60.11,60.59,61.06,61.52,61.99,62.46,62.92,63.41,63.86,64.34,64.8,65.27,65.72,66.2,66.67,67.12,67.59,68.07,68.53,69.01,69.46,69.94,70.4,70.84,71.32,71.8,72.26,72.72,73.19,73.68,74.15,74.61,75.08,75.56,76.02,76.49,76.95,77.43,77.88,78.35,78.82,79.31,79.78,80.24,80.71,81.19,81.65,82.11,82.58,83.05,83.52,83.99,84.46,84.93,85.4,85.87,86.32,86.8,87.26,87.72,88.2,88.68,89.14,89.58,90.05,90.52,90.99,91.47,91.92,92.38,92.85,93.31,93.77,94.25,94.7,95.16,95.63,96.1,96.56,97.0,97.48,97.96,98.42,98.88,99.36,99.83,100.29,100.75,101.21,101.68,102.14,102.6,103.06,103.53,103.99,104.44,104.89,105.36,105.83,106.28,106.75,107.22,107.69,108.14,108.59,109.06,109.51,109.97,110.41,110.89,111.34,111.79,112.25,112.73,113.17,113.63,114.06,114.53,114.97,115.42,115.87,116.33,116.76,117.22,117.66,118.13,118.58,119.02,119.46,119.93,120.38,120.81,121.28,121.74,122.2,122.65,123.11,123.58,124.03,124.49,124.96,125.43,125.89,126.33,126.8,127.28,127.75,128.21,128.67,129.15,129.62,130.08,130.55,131.04,131.49,131.95,132.42,132.89,133.35,133.81,134.26,134.73,135.17,135.63,136.09,136.56,137.01,137.47,137.93,138.41,138.87,139.33,139.78,140.25,140.7,141.16,141.61,142.08,142.55,143.01,143.47,143.93,144.38,144.83,145.29,145.77,146.23,146.68,147.14,147.61,148.07,148.53,149.01,149.47,149.94,150.4,150.88,151.34,151.81,152.26,152.74,153.2,153.65,154.11,154.57,155.04,155.49,155.94,156.4,156.87,157.3,157.77,158.2,158.67,159.11,159.56,160.02,160.49,160.92,161.37,161.82,162.29,162.73,163.17,163.63,164.09,164.54,164.98,165.42,165.89,166.34,166.79,167.26,167.73,168.18,168.63,169.1,169.57,170.02,170.47,170.93,171.41,171.86,172.31,172.78,173.24,173.7,174.16,174.59,175.07,175.51,175.98,176.43,176.9,177.36,177.8,178.25,178.73,179.17,179.63,180.1,180.56,181.01,181.45,181.91,182.37,182.83,183.27,183.73,184.21,184.67,185.11,185.59,186.06,186.52,186.98,187.45,187.94,188.39,188.82,189.28,189.74,190.19,190.64,191.11,191.58,192.04,192.49,192.95,193.41,193.87,194.32,194.79,195.26,195.7,196.16,196.63,197.1,197.54,198.02,198.48,198.94,199.38,199.84,200.29,200.76,201.19,201.66,202.09,202.56,202.99,203.45,203.91,204.36,204.79,205.24,205.69,206.16,206.59,207.03,207.47,207.92,208.37,208.8,209.26,209.72,210.16,210.6,211.05,211.52,211.99,212.43,212.91,213.37,213.83,214.28,214.78,215.26,215.74,216.21,216.7,217.21,217.71,218.21],
5
+ "downbeats": [3.6,5.52,7.38,9.24,11.06,12.86,14.67,16.52,18.34,20.21,22.1,23.98,25.85,27.73,29.61,31.51,33.39,35.27,37.14,39.02,40.89,42.73,44.6,46.5,48.32,50.24,52.14,54.04,55.9,57.81,59.65,61.52,63.41,65.27,67.12,69.01,70.84,72.72,74.61,76.49,78.35,80.24,82.11,83.99,85.87,87.72,89.58,91.47,93.31,95.16,97.0,98.88,100.75,102.6,104.44,106.28,108.14,109.97,111.79,113.63,115.42,117.22,119.02,120.81,122.65,124.49,126.33,128.21,130.08,131.95,133.81,135.63,137.47,139.33,141.16,143.01,144.83,146.68,148.53,150.4,152.26,154.11,155.94,157.77,159.56,161.37,163.17,164.98,166.79,168.63,170.47,172.31,174.16,175.98,177.8,179.63,181.45,183.27,185.11,186.98,188.82,190.64,192.49,194.32,196.16,198.02,199.84,201.66,203.45,205.24,207.03,208.8,210.6,212.43,214.28,216.21,218.21],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 3.6,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 3.6,
15
+ "end": 18.33,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 18.33,
20
+ "end": 32.93,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 32.93,
25
+ "end": 48.32,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 48.32,
30
+ "end": 63.4,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 63.4,
35
+ "end": 78.34,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 78.34,
40
+ "end": 93.3,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 93.3,
45
+ "end": 108.14,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 108.14,
50
+ "end": 122.63,
51
+ "label": "solo"
52
+ },
53
+ {
54
+ "start": 122.63,
55
+ "end": 137.46,
56
+ "label": "verse"
57
+ },
58
+ {
59
+ "start": 137.46,
60
+ "end": 152.26,
61
+ "label": "verse"
62
+ },
63
+ {
64
+ "start": 152.26,
65
+ "end": 166.79,
66
+ "label": "solo"
67
+ },
68
+ {
69
+ "start": 166.79,
70
+ "end": 181.44,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 181.44,
75
+ "end": 196.15,
76
+ "label": "chorus"
77
+ },
78
+ {
79
+ "start": 196.15,
80
+ "end": 210.59,
81
+ "label": "outro"
82
+ },
83
+ {
84
+ "start": 210.59,
85
+ "end": 224.42,
86
+ "label": "outro"
87
+ }
88
+ ]
89
+ }
struct/Amy Macdonald - I'm Done (Games That You Play).json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Amy Macdonald - I'm Done (Games That You Play).mp3",
3
+ "bpm": 98,
4
+ "beats": [5.03,5.66,6.27,6.87,7.48,8.08,8.69,9.29,9.89,10.5,11.11,11.72,12.32,12.93,13.4,13.85,14.44,15.05,15.65,16.26,16.87,17.47,18.08,18.69,19.29,19.9,20.5,21.11,21.72,22.33,22.93,23.53,24.14,24.75,25.36,25.96,26.56,27.17,27.78,28.38,28.99,29.6,30.2,30.81,31.41,32.02,32.62,33.23,33.84,34.44,35.05,35.65,36.26,36.87,37.47,38.08,38.68,39.29,39.9,40.51,41.11,41.72,42.32,42.93,43.53,44.14,44.75,45.35,45.96,46.57,47.17,47.78,48.38,48.99,49.59,50.2,50.81,51.41,52.02,52.62,53.23,53.84,54.45,55.05,55.66,56.26,56.87,57.47,58.08,58.68,59.29,59.9,60.5,61.11,61.72,62.32,62.93,63.53,64.14,64.75,65.35,65.96,66.57,67.17,67.78,68.38,68.99,69.6,70.2,70.81,71.42,72.02,72.63,73.23,73.84,74.45,75.05,75.66,76.26,76.87,77.47,78.08,78.69,79.29,79.9,80.5,81.11,81.72,82.32,82.93,83.53,84.14,84.75,85.35,85.96,86.56,87.17,87.78,88.38,88.99,89.6,90.2,90.81,91.41,92.02,92.62,93.23,93.83,94.44,95.05,95.66,96.26,96.87,97.47,98.08,98.69,99.29,99.9,100.5,101.11,101.72,102.32,102.93,103.53,104.14,104.75,105.35,105.96,106.57,107.17,107.78,108.38,108.99,109.6,110.2,110.81,111.42,112.02,112.63,113.23,113.84,114.45,115.05,115.66,116.26,116.87,117.47,118.08,118.69,119.29,119.9,120.5,121.11,121.71,122.31,122.92,123.53,124.13,124.74,125.35,125.95,126.56,127.16,127.77,128.37,128.98,129.59,130.19,130.8,131.41,132.01,132.62,133.23,133.83,134.43,135.04,135.65,136.25,136.86,137.46,138.07,138.68,139.28,139.89,140.5,141.11,141.72,142.32,142.93,143.54,144.14,144.75,145.35,145.96,146.56,147.17,147.78,148.38,148.99,149.59,150.2,150.81,151.41,152.02,152.63,153.23,153.84,154.44,155.05,155.66,156.26,156.87,157.47,158.08,158.69,159.29,159.9,160.51,161.11,161.72,162.33,162.93,163.54,164.14,164.75,165.35,165.96,166.57,167.17,167.78,168.38,168.99,169.6,170.2,170.81,171.42,172.02,172.62,173.23,173.84,174.44,175.05,175.66,176.27],
5
+ "downbeats": [5.66,8.08,10.5,12.93,15.05,17.47,19.9,22.33,24.75,27.17,29.6,32.02,34.44,36.87,39.29,41.72,44.14,46.57,48.99,51.41,53.84,56.26,58.68,61.11,63.53,65.96,68.38,70.81,73.23,75.66,78.08,80.5,82.93,85.35,87.78,90.2,92.62,95.05,97.47,99.9,102.32,104.75,107.17,109.6,112.02,114.45,116.87,119.29,121.71,124.13,126.56,128.98,131.41,133.83,136.25,138.68,141.11,143.54,145.96,148.38,150.81,153.23,155.66,158.08,160.51,162.93,165.35,167.78,170.2,172.62,175.05],
6
+ "beat_positions": [4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.16,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.16,
15
+ "end": 24.13,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 24.13,
20
+ "end": 44.13,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 44.13,
25
+ "end": 73.23,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 73.23,
30
+ "end": 92.62,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 92.62,
35
+ "end": 121.71,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 121.71,
40
+ "end": 141.11,
41
+ "label": "bridge"
42
+ },
43
+ {
44
+ "start": 141.11,
45
+ "end": 170.2,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 170.2,
50
+ "end": 183.27,
51
+ "label": "chorus"
52
+ }
53
+ ]
54
+ }
struct/Ashaine White - Whole Lotta Me.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Ashaine White - Whole Lotta Me.mp3",
3
+ "bpm": 150,
4
+ "beats": [0.76,1.16,1.56,1.94,2.33,2.73,3.13,3.53,3.95,4.34,4.75,5.15,5.53,5.93,6.33,6.73,7.15,7.54,7.95,8.34,8.72,9.13,9.53,9.92,10.34,10.74,11.14,11.53,11.92,12.32,12.72,13.12,13.54,13.93,14.34,14.73,15.12,15.52,15.92,16.32,16.73,17.12,17.54,17.93,18.31,18.72,19.11,19.52,19.93,20.32,20.73,21.12,21.5,21.91,22.3,22.71,23.11,23.5,23.92,24.31,24.69,25.09,25.49,25.89,26.3,26.7,27.1,27.49,27.88,28.28,28.68,29.1,29.51,29.89,30.31,30.7,31.09,31.49,31.9,32.3,32.71,33.1,33.51,33.89,34.28,34.68,35.08,35.49,35.9,36.29,36.7,37.09,37.48,37.88,38.29,38.69,39.1,39.49,39.9,40.29,40.68,41.08,41.49,41.88,42.28,42.68,43.1,43.49,43.87,44.28,44.68,45.08,45.46,45.86,46.28,46.66,47.07,47.48,47.88,48.27,48.66,49.07,49.47,49.87,50.27,50.66,51.07,51.45,51.84,52.24,52.64,53.04,53.44,53.85,54.25,54.64,55.03,55.44,55.85,56.25,56.64,57.05,57.45,57.84,58.22,58.63,59.03,59.43,59.82,60.22,60.64,61.03,61.42,61.82,62.23,62.63,63.03,63.43,63.84,64.23,64.62,65.02,65.42,65.83,66.23,66.64,67.04,67.43,67.82,68.23,68.63,69.02,69.42,69.83,70.24,70.63,71.01,71.42,71.82,72.22,72.61,73.02,73.43,73.83,74.21,74.62,75.02,75.42,75.83,76.21,76.63,77.02,77.41,77.81,78.21,78.61,79.02,79.42,79.83,80.22,80.6,81.0,81.4,81.8,82.22,82.61,83.02,83.42,83.8,84.2,84.61,85.01,85.42,85.81,86.22,86.6,86.99,87.39,87.81,88.21,88.61,89.0,89.41,89.8,90.19,90.59,90.99,91.39,91.81,92.2,92.61,93.0,93.39,93.79,94.19,94.59,95.0,95.4,95.8,96.19,96.57,96.98,97.37,97.78,98.17,98.57,98.99,99.37,99.77,100.19,100.59,100.98,101.37,101.77,102.17,102.57,102.97,103.38,103.79,104.17,104.56,104.97,105.37,105.77,106.16,106.57,106.96,107.35,107.74,108.15,108.55,108.95,109.34,109.76,110.16,110.55,110.94,111.35,111.74,112.14,112.54,112.95,113.36,113.75,114.14,114.55,114.95,115.36,115.75,116.16,116.56,116.95,117.34,117.74,118.14,118.55,118.94,119.35,119.75,120.14,120.52,120.94,121.33,121.73,122.14,122.54,122.94,123.34,123.72,124.13,124.52,124.93,125.32,125.74,126.14,126.54,126.92,127.34,127.72,128.14,128.52,128.94,129.34,129.72,130.13,130.52,130.9,131.32,131.71,132.1,132.52,132.9,133.32,133.72,134.1,134.5,134.9,135.31,135.71,136.12,136.52,136.91,137.31,137.7,138.09,138.49,138.9,139.29,139.69,140.08,140.48,140.9,141.29,141.7,142.1,142.49,142.88,143.28,143.68,144.08,144.48,144.89,145.29,145.68,146.08,146.47,146.88,147.27,147.67,148.09,148.49,148.88,149.27,149.68,150.08,150.48,150.87,151.27,151.67,152.07,152.48,152.89,153.29,153.68,154.06,154.47,154.87,155.27,155.67,156.07,156.48,156.86,157.25,157.66,158.05,158.46,158.86,159.27,159.67,160.06,160.45,160.85,161.25,161.65,162.05,162.46,162.87,163.26,163.64,164.04,164.44,164.84,165.25,165.66,166.06,166.44,166.82,167.23,167.63,168.03,168.43,168.83,169.24,169.64,170.02,170.43,170.83,171.23,171.63,172.03,172.44,172.83,173.22,173.63,174.03,174.43,174.82,175.23,175.63,176.03,176.41,176.81,177.22,177.61,178.0,178.42,178.82,179.22,179.6,180.0,180.4,180.81,181.21,181.62,182.02,182.42,182.8,183.21,183.61,184.02,184.42,184.81,185.22,185.61,186.0,186.4,186.8,187.2,187.6,188.0,188.41,188.81,189.2,189.59,189.99,190.39,190.79,191.2,191.61,192.0,192.39,192.79,193.19,193.59,194.0,194.41,194.81,195.19,195.59,195.99,196.4,196.8,197.2,197.6,198.0,198.39,198.77,199.17,199.58,199.97,200.38,200.79,201.18,201.59,201.98,202.38,202.79,203.18],
5
+ "downbeats": [0.76,2.33,3.95,5.53,7.15,8.72,10.34,11.92,13.54,15.12,16.73,18.31,19.93,21.5,23.11,24.69,26.3,27.88,29.51,31.09,32.71,34.28,35.9,37.48,39.1,40.68,42.28,43.87,45.46,47.07,48.66,50.27,51.84,53.44,55.03,56.64,58.22,59.82,61.42,63.03,64.62,66.23,67.82,69.42,71.01,72.61,74.21,75.83,77.41,79.02,80.6,82.22,83.8,85.42,86.99,88.61,90.19,91.81,93.39,95.0,96.57,98.17,99.77,101.37,102.97,104.56,106.16,107.74,109.34,110.94,112.54,114.14,115.75,117.34,118.94,120.52,122.14,123.72,125.32,126.92,128.52,130.13,131.71,133.32,134.9,136.52,138.09,139.69,141.29,142.88,144.48,146.08,147.67,149.27,150.87,152.48,154.06,155.67,157.25,158.86,160.45,162.05,163.64,165.25,166.82,168.43,170.02,171.63,173.22,174.82,176.41,178.0,179.6,181.21,182.8,184.42,186.0,187.6,189.2,190.79,192.39,194.0,195.59,197.2,198.77,200.38,201.98],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.06,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.06,
15
+ "end": 19.92,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 19.92,
20
+ "end": 32.29,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 32.29,
25
+ "end": 45.86,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 45.86,
30
+ "end": 72.61,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 72.61,
35
+ "end": 85.0,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 85.0,
40
+ "end": 99.77,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 99.77,
45
+ "end": 125.32,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 125.32,
50
+ "end": 138.08,
51
+ "label": "bridge"
52
+ },
53
+ {
54
+ "start": 138.08,
55
+ "end": 150.88,
56
+ "label": "solo"
57
+ },
58
+ {
59
+ "start": 150.88,
60
+ "end": 165.24,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 165.24,
65
+ "end": 181.21,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 181.21,
70
+ "end": 203.39,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 203.39,
75
+ "end": 207.56,
76
+ "label": "end"
77
+ }
78
+ ]
79
+ }
struct/Axwell, CARMA - Until The Lights Go Out.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Axwell, CARMA - Until The Lights Go Out.mp3",
3
+ "bpm": 136,
4
+ "beats": [1.13,1.58,2.02,2.47,2.91,3.35,3.8,4.24,4.68,5.13,5.58,6.02,6.46,6.91,7.35,7.8,8.24,8.69,9.13,9.58,10.02,10.47,10.91,11.35,11.8,12.24,12.69,13.13,13.58,14.02,14.46,14.91,15.35,15.8,16.24,16.69,17.13,17.57,18.02,18.46,18.91,19.35,19.8,20.25,20.69,21.13,21.57,22.02,22.47,22.91,23.36,23.8,24.24,24.69,25.13,25.58,26.02,26.46,26.91,27.36,27.8,28.24,28.69,29.13,29.58,30.02,30.47,30.91,31.35,31.8,32.24,32.69,33.13,33.58,34.02,34.47,34.91,35.35,35.8,36.24,36.69,37.13,37.58,38.02,38.46,38.91,39.36,39.8,40.24,40.69,41.13,41.58,42.02,42.47,42.91,43.36,43.8,44.25,44.69,45.14,45.58,46.02,46.47,46.91,47.36,47.8,48.25,48.69,49.14,49.58,50.02,50.47,50.91,51.36,51.8,52.25,52.69,53.14,53.58,54.02,54.46,54.91,55.36,55.8,56.24,56.69,57.12,57.57,58.02,58.47,58.91,59.36,59.8,60.25,60.69,61.14,61.58,62.02,62.47,62.91,63.36,63.8,64.25,64.69,65.14,65.58,66.02,66.47,66.91,67.36,67.8,68.25,68.69,69.13,69.58,70.02,70.47,70.91,71.36,71.8,72.25,72.69,73.14,73.58,74.03,74.47,74.91,75.36,75.8,76.25,76.69,77.14,77.58,78.03,78.47,78.92,79.36,79.8,80.25,80.69,81.14,81.58,82.02,82.47,82.91,83.36,83.8,84.25,84.69,85.14,85.58,86.02,86.47,86.92,87.36,87.81,88.25,88.69,89.14,89.58,90.03,90.47,90.92,91.36,91.8,92.25,92.69,93.14,93.58,94.03,94.48,94.92,95.36,95.81,96.25,96.71,97.15,97.59,98.04,98.49,98.93,99.37,99.81,100.25,100.69,101.13,101.57,102.03,102.47,102.91,103.36,103.83,104.25,104.71,105.13,105.57,106.01,106.46,106.91,107.35,107.79,108.23,108.67,109.13,109.58,110.02,110.47,110.92,111.36,111.81,112.26,112.69,113.13,113.56,114.02,114.45,114.92,115.37,115.81,116.26,116.7,117.15,117.59,118.04,118.48,118.92,119.37,119.82,120.26,120.7,121.15,121.59,122.04,122.48,122.93,123.37,123.81,124.26,124.7,125.15,125.59,126.03,126.47,126.91,127.35,127.8,128.25,128.69,129.14,129.57,130.03,130.47,130.9,131.35,131.79,132.24,132.69,133.14,133.58,134.02,134.47,134.91,135.35,135.81,136.25,136.69,137.13,137.58,138.02,138.47,138.91,139.35,139.8,140.25,140.69,141.13,141.58,142.02,142.46,142.91,143.36,143.8,144.25,144.69,145.14,145.58,146.02,146.47,146.91,147.36,147.8,148.25,148.7,149.14,149.58,150.03,150.47,150.92,151.36,151.8,152.25,152.69,153.14,153.58,154.02,154.47,154.91,155.36,155.8,156.25,156.69,157.13,157.58,158.03,158.47,158.91,159.36,159.8,160.25,160.69,161.14,161.58,162.02,162.47,162.91,163.36,163.8,164.25,164.7,165.14,165.58,166.03,166.47,166.91,167.36,167.8,168.25,168.69,169.14,169.58,170.02,170.47,170.91,171.36,171.8,172.25,172.69,173.14,173.58,174.03,174.47,174.92,175.36,175.8,176.25,176.69,177.13,177.58,178.02,178.47,178.91,179.36,179.8,180.25,180.69,181.14,181.58,182.03,182.47,182.91,183.36,183.8],
5
+ "downbeats": [1.13,2.91,4.68,6.46,8.24,10.02,11.8,13.58,15.35,17.13,18.91,20.69,22.47,24.24,26.02,27.8,29.58,31.35,33.13,34.91,36.69,38.46,40.24,42.02,43.8,45.58,47.36,49.14,50.91,52.69,54.46,56.24,58.02,59.8,61.58,63.36,65.14,66.91,68.69,70.47,72.25,74.03,75.8,77.58,79.36,81.14,82.91,84.69,86.47,88.25,90.03,91.8,93.58,95.36,97.15,98.93,100.69,102.47,104.25,106.01,107.79,109.58,111.36,113.13,114.92,116.7,118.48,120.26,122.04,123.81,125.59,127.35,129.14,130.9,132.69,134.47,136.25,138.02,139.8,141.58,143.36,145.14,146.91,148.7,150.47,152.25,154.02,155.8,157.58,159.36,161.14,162.91,164.7,166.47,168.25,170.02,171.8,173.58,175.36,177.13,178.91,180.69,182.47],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 1.13,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 1.13,
15
+ "end": 14.45,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 14.45,
20
+ "end": 28.67,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 28.67,
25
+ "end": 43.79,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 43.79,
30
+ "end": 58.02,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 58.02,
35
+ "end": 71.35,
36
+ "label": "inst"
37
+ },
38
+ {
39
+ "start": 71.35,
40
+ "end": 85.58,
41
+ "label": "inst"
42
+ },
43
+ {
44
+ "start": 85.58,
45
+ "end": 100.68,
46
+ "label": "verse"
47
+ },
48
+ {
49
+ "start": 100.68,
50
+ "end": 114.91,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 114.91,
55
+ "end": 129.14,
56
+ "label": "bridge"
57
+ },
58
+ {
59
+ "start": 129.14,
60
+ "end": 143.36,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 143.36,
65
+ "end": 157.57,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 157.57,
70
+ "end": 171.8,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 171.8,
75
+ "end": 185.8,
76
+ "label": "outro"
77
+ },
78
+ {
79
+ "start": 185.8,
80
+ "end": 191.36,
81
+ "label": "end"
82
+ }
83
+ ]
84
+ }
struct/Aziya - he's mine.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Aziya - he's mine.mp3",
3
+ "bpm": 130,
4
+ "beats": [0.1,0.56,1.02,1.48,1.94,2.41,2.88,3.33,3.79,4.26,4.72,5.18,5.64,6.1,6.57,7.02,7.48,7.95,8.41,8.87,9.33,9.8,10.26,10.72,11.17,11.64,12.1,12.57,13.02,13.49,13.95,14.41,14.87,15.33,15.8,16.26,16.71,17.18,17.65,18.1,18.56,19.03,19.49,19.95,20.41,20.88,21.34,21.8,22.26,22.72,23.18,23.64,24.11,24.57,25.03,25.49,25.95,26.42,26.88,27.34,27.8,28.26,28.72,29.18,29.64,30.11,30.57,31.03,31.49,31.96,32.42,32.88,33.34,33.8,34.26,34.72,35.18,35.65,36.11,36.57,37.03,37.49,37.95,38.41,38.87,39.34,39.8,40.26,40.72,41.18,41.64,42.11,42.57,43.03,43.49,43.95,44.42,44.88,45.34,45.8,46.26,46.72,47.18,47.64,48.11,48.57,49.03,49.49,49.95,50.42,50.88,51.34,51.8,52.26,52.72,53.18,53.64,54.11,54.57,55.03,55.49,55.95,56.41,56.87,57.33,57.8,58.26,58.72,59.18,59.64,60.11,60.57,61.03,61.49,61.96,62.41,62.87,63.34,63.8,64.26,64.72,65.19,65.65,66.11,66.56,67.03,67.49,67.95,68.41,68.88,69.34,69.8,70.26,70.72,71.18,71.64,72.1,72.57,73.03,73.49,73.95,74.42,74.88,75.34,75.8,76.26,76.73,77.19,77.64,78.11,78.57,79.03,79.49,79.96,80.42,80.88,81.34,81.8,82.26,82.72,83.19,83.65,84.11,84.57,85.03,85.49,85.95,86.42,86.88,87.34,87.8,88.26,88.72,89.18,89.64,90.11,90.57,91.03,91.49,91.95,92.41,92.88,93.34,93.8,94.26,94.73,95.19,95.65,96.11,96.57,97.03,97.49,97.95,98.42,98.88,99.34,99.8,100.26,100.72,101.18,101.65,102.11,102.57,103.03,103.49,103.95,104.42,104.88,105.34,105.8,106.26,106.72,107.18,107.65,108.11,108.57,109.03,109.49,109.96,110.42,110.88,111.34,111.8,112.26,112.72,113.19,113.65,114.11,114.57,115.03,115.49,115.95,116.41,116.88,117.34,117.8,118.26,118.72,119.18,119.64,120.1,120.57,121.03,121.49,121.95,122.41,122.88,123.34,123.79,124.26,124.72,125.18,125.64,126.11,126.57,127.03,127.49,127.95,128.42,128.87,129.34,129.8,130.26,130.72,131.18,131.65,132.11,132.57,133.03,133.49,133.95,134.42,134.88,135.34,135.8,136.27,136.72,137.18,137.64,138.11,138.57,139.03,139.49,139.95,140.41,140.88,141.34,141.8,142.26,142.72,143.18,143.64,144.1,144.56,145.02,145.48,145.95,146.41],
5
+ "downbeats": [0.1,1.94,3.79,5.64,7.48,9.33,11.17,13.02,14.87,16.71,18.56,20.41,22.26,24.11,25.95,27.8,29.64,31.49,33.34,35.18,37.03,38.87,40.72,42.57,44.42,46.26,48.11,49.95,51.8,53.64,55.49,57.33,59.18,61.03,62.87,64.72,66.56,68.41,70.26,72.1,73.95,75.8,77.64,79.49,81.34,83.19,85.03,86.88,88.72,90.57,92.41,94.26,96.11,97.95,99.8,101.65,103.49,105.34,107.18,109.03,110.88,112.72,114.57,116.41,118.26,120.1,121.95,123.79,125.64,127.49,129.34,131.18,133.03,134.88,136.72,138.57,140.41,142.26,144.1,145.95],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.09,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.09,
15
+ "end": 20.41,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 20.41,
20
+ "end": 37.02,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 37.02,
25
+ "end": 59.18,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 59.18,
30
+ "end": 73.95,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 73.95,
35
+ "end": 88.72,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 88.72,
40
+ "end": 103.49,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 103.49,
45
+ "end": 125.64,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 125.64,
50
+ "end": 144.1,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 144.1,
55
+ "end": 149.86,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/BANKS - Candy.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BANKS - Candy.mp3",
3
+ "bpm": 109,
4
+ "beats": [0.91,1.49,2.01,2.56,3.12,3.67,4.2,4.72,5.28,5.85,6.38,6.95,7.48,8.02,8.57,9.11,9.67,10.18,10.73,11.29,11.84,12.36,12.92,13.46,14.03,14.55,15.1,15.63,16.2,16.71,17.26,17.81,18.37,18.91,19.47,20.01,20.56,21.09,21.65,22.2,22.73,23.25,23.83,24.36,24.91,25.45,26.01,26.53,27.09,27.63,28.19,28.75,29.28,29.85,30.36,30.92,31.45,32.0,32.54,33.09,33.64,34.21,34.73,35.27,35.82,36.37,36.93,37.45,38.01,38.55,39.1,39.64,40.19,40.71,41.27,41.82,42.36,42.9,43.46,44.0,44.54,45.11,45.65,46.18,46.74,47.28,47.83,48.37,48.92,49.47,50.01,50.57,51.09,51.64,52.19,52.73,53.29,53.84,54.37,54.93,55.47,56.02,56.55,57.1,57.65,58.18,58.75,59.31,59.84,60.38,60.95,61.49,62.01,62.55,63.1,63.64,64.19,64.74,65.29,65.83,66.37,66.92,67.47,68.01,68.55,69.1,69.65,70.19,70.74,71.28,71.83,72.37,72.92,73.46,74.01,74.55,75.1,75.64,76.19,76.73,77.28,77.83,78.37,78.91,79.46,80.01,80.55,81.1,81.65,82.19,82.74,83.27,83.82,84.37,84.92,85.46,86.01,86.57,87.1,87.64,88.18,88.72,89.29,89.84,90.37,90.93,91.48,92.01,92.55,93.1,93.65,94.2,94.71,95.28,95.79,96.34,96.91,97.46,98.01,98.55,99.1,99.64,100.19,100.73,101.28,101.82,102.37,102.91,103.46,104.01,104.55,105.09,105.65,106.19,106.74,107.27,107.83,108.38,108.92,109.46,110.01,110.56,111.1,111.64,112.19,112.74,113.29,113.83,114.38,114.92,115.47,116.03,116.56,117.1,117.66,118.2,118.75,119.29,119.84,120.39,120.93,121.47,122.03,122.55,123.11,123.66,124.22,124.75,125.31,125.84,126.4,126.94,127.48,128.0,128.56,129.1,129.66,130.21,130.75,131.29,131.83,132.38,132.92,133.46,134.01,134.56,135.1,135.64,136.19,136.74,137.28,137.82,138.37,138.92,139.47,140.0,140.55,141.1,141.65,142.19,142.74,143.28,143.83,144.37,144.92,145.47,146.01,146.55,147.1,147.66,148.19,148.75,149.3,149.85,150.38,150.92,151.46,152.03,152.55,153.08,153.65,154.16,154.72,155.26,155.78,156.36,156.88,157.44,158.02],
5
+ "downbeats": [0.91,3.12,5.28,7.48,9.67,11.84,14.03,16.2,18.37,20.56,22.73,24.91,27.09,29.28,31.45,33.64,35.82,38.01,40.19,42.36,44.54,46.74,48.92,51.09,53.29,55.47,57.65,59.84,62.01,64.19,66.37,68.55,70.74,72.92,75.1,77.28,79.46,81.65,83.82,86.01,88.18,90.37,92.55,94.71,96.91,99.1,101.28,103.46,105.65,107.83,110.01,112.19,114.38,116.56,118.75,120.93,123.11,125.31,127.48,129.66,131.83,134.01,136.19,138.37,140.55,142.74,144.92,147.1,149.3,151.46,153.65,155.78,158.02],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.12,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.12,
15
+ "end": 35.82,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 35.82,
20
+ "end": 68.55,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 68.55,
25
+ "end": 96.91,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 96.91,
30
+ "end": 114.38,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 114.38,
35
+ "end": 131.82,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 131.82,
40
+ "end": 149.3,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 149.3,
45
+ "end": 163.62,
46
+ "label": "outro"
47
+ }
48
+ ]
49
+ }
struct/BC Camplight - Bubbles In The Gasoline.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BC Camplight - Bubbles In The Gasoline.mp3",
3
+ "bpm": 92,
4
+ "beats": [4.59,5.24,5.89,6.54,7.19,7.85,8.5,9.15,9.81,10.46,11.11,11.76,12.41,13.07,13.71,14.37,15.02,15.68,16.33,16.98,17.62,18.28,18.93,19.59,20.23,20.89,21.54,22.2,22.84,23.5,24.15,24.81,25.46,26.11,26.76,27.41,28.07,28.72,29.37,30.02,30.67,31.33,31.98,32.63,33.28,33.93,34.59,35.24,35.89,36.55,37.2,37.85,38.49,39.15,39.81,40.46,41.1,41.77,42.42,43.07,43.71,44.38,45.03,45.68,46.32,46.98,47.63,48.28,48.93,49.59,50.24,50.9,51.54,52.2,52.85,53.5,54.15,54.81,55.46,56.11,56.77,57.42,58.08,58.73,59.37,60.03,60.7,61.34,61.99,62.64,63.29,63.94,64.59,65.24,65.9,66.55,67.22,67.86,68.51,69.16,69.81,70.47,71.13,71.77,72.42,73.07,73.73,74.38,75.03,75.68,76.33,76.98,77.63,78.29,78.95,79.59,80.24,80.89,81.56,82.2,82.87,83.52,84.17,84.82,85.46,86.12,86.77,87.43,88.08,88.74,89.39,90.03,90.67,91.34,91.99,92.65,93.29,93.95,94.6,95.25,95.9,96.56,97.21,97.86,98.5,99.17,99.82,100.47,101.11,101.77,102.43,103.08,103.73,104.39,105.04,105.69,106.34,106.99,107.64,108.3,108.94,109.6,110.26,110.91,111.55,112.21,112.86,113.51,114.16,114.82,115.47,116.13,116.77,117.43,118.08,118.73,119.38,120.04,120.69,121.34,121.98,122.64,123.3,123.95,124.6,125.26,125.91,126.56,127.21,127.86,128.52,129.17,129.82,130.47,131.13,131.77,132.42,133.07,133.73,134.38,135.03,135.68,136.33,136.98,137.67,138.3,138.95,139.6,140.25,140.9,141.56,142.21,142.86,143.51,144.16,144.81,145.46,146.12,146.77,147.42,148.1,148.73,149.38,150.03,150.68,151.34,152.0,152.64,153.29,153.94,154.59,155.25,155.9,156.56,157.21,157.86,158.51,159.16,159.81,160.47,161.12,161.77,162.41,163.08,163.73,164.38,165.03,165.68,166.33,166.99,167.64,168.28,168.93,169.6,170.26,170.91,171.55,172.2,172.85,173.5,174.15,174.81,175.46,176.11,176.76,177.42,178.07,178.72,179.37,180.02,180.67,181.33,181.98,182.64,183.29,183.94,184.58,185.24,185.89,186.54,187.19,187.85,188.5,189.16,189.8,190.46,191.11,191.76,192.42,193.07,193.72,194.37,195.02,195.67,196.33,196.98,197.63,198.29,198.94,199.59,200.24,200.89,201.54,202.2,202.84,203.5,204.15,204.81,205.45,206.11,206.76,207.41,208.06,208.72,209.37,210.02,210.66,211.33,211.98,212.63,213.29,213.94,214.59,215.24,215.89,216.54,217.19,217.85,218.5],
5
+ "downbeats": [4.59,7.19,9.81,12.41,15.02,17.62,20.23,22.84,25.46,28.07,30.67,33.28,35.89,38.49,41.1,43.71,46.32,48.93,51.54,54.15,56.77,59.37,61.99,64.59,67.22,69.81,72.42,75.03,77.63,80.24,82.87,85.46,88.08,90.67,93.29,95.9,98.5,101.11,103.73,106.34,108.94,111.55,114.16,116.77,119.38,121.98,124.6,127.21,129.82,132.42,135.03,137.67,140.25,142.86,145.46,148.1,150.68,153.29,155.9,158.51,161.12,163.73,166.33,168.93,171.55,174.15,176.76,179.37,181.98,184.58,187.19,189.8,192.42,195.02,197.63,200.24,202.84,205.45,208.06,210.66,213.29,215.89,218.5],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 4.59,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 4.59,
15
+ "end": 41.09,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 41.09,
20
+ "end": 56.77,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 56.77,
25
+ "end": 85.45,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 85.45,
30
+ "end": 111.55,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 111.55,
35
+ "end": 127.2,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 127.2,
40
+ "end": 148.09,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 148.09,
45
+ "end": 171.55,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 171.55,
50
+ "end": 195.01,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 195.01,
55
+ "end": 218.5,
56
+ "label": "outro"
57
+ },
58
+ {
59
+ "start": 218.5,
60
+ "end": 224.19,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/BEX - politix.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BEX - politix.mp3",
3
+ "bpm": 113,
4
+ "beats": [0.53,1.05,1.6,2.14,2.68,3.22,3.74,4.28,4.82,5.36,5.87,6.42,6.94,7.49,8.01,8.56,9.07,9.63,10.15,10.69,11.22,11.78,12.3,12.84,13.35,13.91,14.44,14.99,15.51,16.06,16.59,17.13,17.64,18.19,18.73,19.26,19.79,20.35,20.87,21.41,21.94,22.46,23.01,23.55,24.08,24.63,25.17,25.7,26.23,26.77,27.3,27.83,28.35,28.9,29.45,29.97,30.5,31.06,31.59,32.13,32.65,33.19,33.72,34.26,34.78,35.34,35.89,36.42,36.94,37.48,38.02,38.56,39.09,39.63,40.17,40.7,41.23,41.77,42.29,42.83,43.37,43.91,44.45,44.99,45.51,46.04,46.58,47.13,47.66,48.2,48.73,49.26,49.78,50.35,50.87,51.42,51.93,52.48,53.0,53.54,54.06,54.62,55.15,55.7,56.23,56.78,57.31,57.84,58.36,58.93,59.44,59.99,60.5,61.06,61.58,62.12,62.66,63.21,63.74,64.27,64.78,65.34,65.88,66.42,66.94,67.49,68.02,68.54,69.07,69.63,70.16,70.69,71.22,71.77,72.31,72.84,73.37,73.92,74.45,74.98,75.5,76.05,76.58,77.1,77.64,78.19,78.73,79.27,79.8,80.34,80.87,81.41,81.96,82.51,83.04,83.56,84.09,84.63,85.16,85.69,86.23,86.77,87.3,87.84,88.39,88.92,89.45,89.98,90.5,91.04,91.58,92.12,92.66,93.19,93.72,94.24,94.79,95.32,95.87,96.39,96.94,97.49,98.03,98.58,99.1,99.63,100.17,100.69,101.22,101.77,102.29,102.84,103.36,103.92,104.43,104.99,105.51,106.06,106.59,107.13,107.66,108.2,108.72,109.27,109.81,110.35,110.87,111.42,111.94,112.48,113.01,113.56,114.08,114.63,115.16,115.69,116.22,116.78,117.31,117.85,118.36,118.91,119.45,120.0,120.52,121.07,121.61,122.13,122.67,123.21,123.75,124.29,124.81,125.33,125.88,126.42,126.95,127.49,128.02,128.57,129.09,129.63,130.17,130.71,131.24,131.77,132.3,132.83,133.38,133.91,134.45,134.98,135.52,136.05,136.58,137.13,137.67,138.21,138.73,139.27,139.8,140.35,140.88,141.41,141.94,142.49,143.02,143.57,144.1,144.64,145.17,145.71,146.23,146.76,147.28,147.83,148.36,148.92,149.45,149.98,150.5,151.05,151.58,152.12,152.65,153.2,153.72,154.26,154.78,155.34,155.87,156.4,156.93],
5
+ "downbeats": [0.53,2.68,4.82,6.94,9.07,11.22,13.35,15.51,17.64,19.79,21.94,24.08,26.23,28.35,30.5,32.65,34.78,36.94,39.09,41.23,43.37,45.51,47.66,49.78,51.93,54.06,56.23,58.36,60.5,62.66,64.78,66.94,69.07,71.22,73.37,75.5,77.64,79.8,81.96,84.09,86.23,88.39,90.5,92.66,94.79,96.94,99.1,101.22,103.36,105.51,107.66,109.81,111.94,114.08,116.22,118.36,120.52,122.67,124.81,126.95,129.09,131.24,133.38,135.52,137.67,139.8,141.94,144.1,146.23,148.36,150.5,152.65,154.78,156.93],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.52,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.52,
15
+ "end": 21.94,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 21.94,
20
+ "end": 47.66,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 47.66,
25
+ "end": 64.78,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 64.78,
30
+ "end": 81.95,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 81.95,
35
+ "end": 99.09,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 99.09,
40
+ "end": 116.22,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 116.22,
45
+ "end": 141.94,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 141.94,
50
+ "end": 156.93,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 156.93,
55
+ "end": 165.0,
56
+ "label": "chorus"
57
+ }
58
+ ]
59
+ }
struct/BIG SPECIAL - GOD SAVE THE PONY..json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BIG SPECIAL - GOD SAVE THE PONY..mp3",
3
+ "bpm": 98,
4
+ "beats": [1.04,1.65,2.26,2.87,3.47,4.08,4.68,5.29,5.88,6.51,7.1,7.64,8.16,8.65,9.23,9.84,10.45,11.05,11.66,12.27,12.87,13.48,14.08,14.69,15.29,15.9,16.51,17.11,17.7,18.3,18.93,19.54,20.15,20.75,21.36,21.96,22.57,23.17,23.78,24.39,24.99,25.6,26.21,26.82,27.42,28.02,28.63,29.24,29.84,30.45,31.05,31.66,32.27,32.87,33.48,34.09,34.69,35.3,35.9,36.51,37.11,37.72,38.33,38.93,39.54,40.14,40.75,41.36,41.96,42.57,43.17,43.78,44.39,44.99,45.6,46.21,46.82,47.42,48.02,48.63,49.24,49.84,50.45,51.05,51.66,52.27,52.87,53.48,54.09,54.69,55.3,55.91,56.51,57.11,57.72,58.33,58.94,59.54,60.14,60.75,61.36,61.96,62.57,63.17,63.79,64.39,64.99,65.6,66.22,66.82,67.41,68.02,68.63,69.24,69.84,70.45,71.06,71.66,72.27,72.87,73.48,74.08,74.69,75.29,75.89,76.51,77.11,77.72,78.33,78.93,79.54,80.15,80.75,81.35,81.96,82.56,83.17,83.78,84.39,85.0,85.6,86.2,86.81,87.41,88.03,88.63,89.23,89.84,90.45,91.05,91.66,92.27,92.88,93.48,94.08,94.7,95.3,95.9,96.51,97.11,97.72,98.33,98.93,99.54,100.14,100.75,101.36,101.97,102.57,103.17,103.78,104.4,105.0,105.6,106.2,106.81,107.42,108.02,108.63,109.24,109.84,110.45,111.06,111.66,112.27,112.87,113.48,114.09,114.69,115.3,115.91,116.51,117.12,117.72,118.33,118.94,119.54,120.15,120.75,121.36,121.97,122.57,123.18,123.78,124.38,124.98,125.6,126.4,127.15,127.97,128.63,129.24,129.84,130.45,131.05,131.67,132.27,132.88,133.48,134.09,134.69,135.3,135.9,136.51,137.12,137.72,138.32,138.94,139.53,140.14,140.75,141.36,141.97,142.57,143.18,143.79,144.39,144.99,145.6,146.2,146.81,147.42,148.01,148.63,149.23,149.84,150.45,151.06,151.66,152.27,152.88,153.48,154.09,154.69,155.3,155.91,156.51,157.12,157.72,158.33,158.94,159.54,160.15,160.75,161.36,161.97,162.57,163.18,163.78,164.39,165.0,165.6,166.21,166.81,167.42,168.03,168.63,169.23,169.85,170.45,171.06,171.67,172.27,172.88,173.48,174.08,174.69,175.3,175.91,176.51,177.12,177.72,178.33,178.94,179.54,180.15,180.75,181.36,181.97,182.57,183.18,183.79,184.39,185.0,185.6,186.21,186.82,187.43],
5
+ "downbeats": [2.87,5.29,7.64,9.84,12.27,14.69,17.11,19.54,21.96,24.39,26.82,29.24,31.66,34.09,36.51,38.93,41.36,43.78,46.21,48.63,51.05,53.48,55.91,58.33,60.75,63.17,65.6,68.02,70.45,72.87,75.29,77.72,80.15,82.56,85.0,87.41,89.84,92.27,94.7,97.11,99.54,101.97,104.4,106.81,109.24,111.66,114.09,116.51,118.94,121.36,123.78,126.4,129.24,131.67,134.09,136.51,138.94,141.36,143.79,146.2,148.63,151.06,153.48,155.91,158.33,160.75,163.18,165.6,168.03,170.45,172.88,175.3,177.72,180.15,182.57,185.0,187.43],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.12,
11
+ "label": "chorus"
12
+ },
13
+ {
14
+ "start": 0.12,
15
+ "end": 18.32,
16
+ "label": "chorus"
17
+ },
18
+ {
19
+ "start": 18.32,
20
+ "end": 39.49,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 39.49,
25
+ "end": 66.81,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 66.81,
30
+ "end": 106.81,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 106.81,
35
+ "end": 129.24,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 129.24,
40
+ "end": 148.63,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 148.63,
45
+ "end": 169.23,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 169.23,
50
+ "end": 188.63,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 188.63,
55
+ "end": 189.85,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/BNXN - Jies.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BNXN - Jies.mp3",
3
+ "bpm": 95,
4
+ "beats": [0.33,0.99,1.59,2.23,2.85,3.49,4.12,4.76,5.39,6.03,6.66,7.29,7.9,8.52,9.16,9.79,10.42,11.06,11.68,12.31,12.95,13.58,14.21,14.84,15.47,16.11,16.74,17.37,18.0,18.63,19.26,19.89,20.52,21.16,21.79,22.42,23.05,23.69,24.32,24.95,25.58,26.21,26.84,27.47,28.11,28.74,29.37,30.0,30.63,31.27,31.9,32.52,33.16,33.78,34.41,35.05,35.68,36.32,36.95,37.58,38.21,38.83,39.46,40.1,40.73,41.37,42.0,42.63,43.28,43.9,44.53,45.16,45.79,46.42,47.05,47.68,48.32,48.95,49.58,50.21,50.84,51.47,52.11,52.73,53.37,54.0,54.63,55.26,55.89,56.53,57.16,57.79,58.42,59.05,59.68,60.31,60.94,61.58,62.21,62.84,63.47,64.11,64.74,65.37,66.0,66.63,67.26,67.89,68.53,69.16,69.79,70.42,71.05,71.69,72.31,72.94,73.58,74.21,74.84,75.47,76.1,76.74,77.37,78.0,78.63,79.26,79.89,80.52,81.16,81.8,82.43,83.05,83.68,84.31,84.94,85.58,86.21,86.84,87.47,88.1,88.73,89.36,90.0,90.63,91.26,91.9,92.53,93.16,93.79,94.42,95.05,95.68,96.31,96.95,97.58,98.21,98.84,99.48,100.11,100.74,101.37,102.0,102.63,103.26,103.89,104.53,105.16,105.79,106.42,107.05,107.68,108.32,108.95,109.59,110.21,110.84,111.47,112.1,112.73,113.37,114.0,114.63,115.26,115.89,116.52,117.16,117.79,118.42,119.05,119.69,120.32,120.95,121.58,122.22,122.84,123.47,124.11,124.74,125.37,126.0,126.63,127.26,127.89,128.53,129.16,129.78,130.42,131.05,131.71,132.37,132.99,133.64,134.23,134.84,135.48,136.11,136.77,137.42,138.04,138.69,139.31,139.92,140.55,141.2,141.83,142.47,143.09,143.7,144.33,144.96,145.59,146.26,146.88,147.54,148.15,148.74,149.38,149.99,150.63,151.26,151.89,152.52,153.16,153.79,154.42,155.05,155.68,156.31,156.95,157.58,158.21,158.84,159.47,160.11,160.73,161.36,162.0,162.63,163.26,163.89,164.52,165.16,165.79,166.42,167.05],
5
+ "downbeats": [0.33,2.85,5.39,7.9,10.42,12.95,15.47,18.0,20.52,23.05,25.58,28.11,30.63,33.16,35.68,38.21,40.73,43.28,45.79,48.32,50.84,53.37,55.89,58.42,60.94,63.47,66.0,68.53,71.05,73.58,76.1,78.63,81.16,83.68,86.21,88.73,91.26,93.79,96.31,98.84,101.37,103.89,106.42,108.95,111.47,114.0,116.52,119.05,121.58,124.11,126.63,129.16,131.71,134.23,136.77,139.31,141.83,144.33,146.88,149.38,151.89,154.42,156.95,159.47,162.0,164.52,167.05],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.32,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.32,
15
+ "end": 30.62,
16
+ "label": "chorus"
17
+ },
18
+ {
19
+ "start": 30.62,
20
+ "end": 44.52,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 44.52,
25
+ "end": 60.94,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 60.94,
30
+ "end": 81.15,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 81.15,
35
+ "end": 111.47,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 111.47,
40
+ "end": 131.71,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 131.71,
45
+ "end": 150.63,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 150.63,
50
+ "end": 167.04,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 167.04,
55
+ "end": 172.74,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/BSEARL - SIESTA.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BSEARL - SIESTA.mp3",
3
+ "bpm": 87,
4
+ "beats": [21.94,22.62,23.31,23.99,24.68,25.37,26.05,26.74,27.42,28.11,28.8,29.48,30.16,30.85,31.54,32.22,32.91,33.6,34.28,34.97,35.66,36.34,37.02,37.71,38.4,39.08,39.77,40.45,41.14,41.83,42.51,43.18,43.88,44.56,45.25,45.93,46.62,47.31,47.99,48.68,49.36,50.05,50.74,51.42,52.11,52.8,53.48,54.17,54.85,55.53,56.22,56.9,57.59,58.28,58.96,59.65,60.34,61.02,61.71,62.39,63.08,63.76,64.45,65.14,65.82,66.5,67.2,67.87,68.56,69.25,69.94,70.62,71.31,71.99,72.68,73.36,74.05,74.73,75.42,76.11,76.8,77.47,78.17,78.85,79.53,80.22,80.91,81.6,82.28,82.96,83.65,84.33,85.02,85.7,86.39,87.08,87.77,88.45,89.14,89.82,90.51,91.2,91.88,92.56,93.25,93.93,94.62,95.31,95.99,96.68,97.37,98.05,98.74,99.42,100.11,100.79,101.48,102.16,102.85,103.54,104.22,104.9,105.59,106.28,106.97,107.65,108.34,109.02,109.73,110.46,111.16,111.89,112.65,113.33,114.05,114.78,115.4,116.05,116.67,117.34,117.97,118.62,119.31,119.99,120.68,121.37,122.05,122.74,123.42,124.11,124.8,125.48,126.17,126.85,127.54,128.23,128.92,129.6,130.29,130.96,131.65,132.33,133.02,133.71,134.4,135.08,135.77,136.45,137.14,137.82,138.51,139.19,139.88,140.57,141.25,141.94,142.62,143.3,143.99,144.68,145.36,146.05,146.74,147.43,148.11,148.79,149.48,150.16,150.85,151.54,152.22,152.91,153.59,154.27,154.97,155.64,156.34,157.02,157.71,158.4,159.08,159.76,160.45,161.13,161.82,162.5,163.2,163.88,164.57,165.25,165.94,166.62,167.31,167.99,168.68,169.37,170.05,170.73,171.42,172.11,172.8,173.65,174.5],
5
+ "downbeats": [21.94,24.68,27.42,30.16,32.91,35.66,38.4,41.14,43.88,46.62,49.36,52.11,54.85,57.59,60.34,63.08,65.82,68.56,71.31,74.05,76.8,79.53,82.28,85.02,87.77,90.51,93.25,95.99,98.74,101.48,104.22,106.97,109.73,112.65,115.4,117.97,120.68,123.42,126.17,128.92,131.65,134.4,137.14,139.88,142.62,145.36,148.11,150.85,153.59,156.34,159.08,161.82,164.57,167.31,170.05,172.8],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.02,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.02,
15
+ "end": 24.67,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 24.67,
20
+ "end": 43.87,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 43.87,
25
+ "end": 57.59,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 57.59,
30
+ "end": 86.39,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 86.39,
35
+ "end": 109.19,
36
+ "label": "inst"
37
+ },
38
+ {
39
+ "start": 109.19,
40
+ "end": 131.65,
41
+ "label": "bridge"
42
+ },
43
+ {
44
+ "start": 131.65,
45
+ "end": 156.33,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 156.33,
50
+ "end": 175.02,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 175.02,
55
+ "end": 190.22,
56
+ "label": "outro"
57
+ },
58
+ {
59
+ "start": 190.22,
60
+ "end": 192.0,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/BSEARL - SOLD MY SOUL.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BSEARL - SOLD MY SOUL.mp3",
3
+ "bpm": 90,
4
+ "beats": [3.37,4.05,4.75,5.41,6.06,6.77,7.4,8.11,8.75,9.42,10.12,10.79,11.49,12.15,12.84,13.48,14.15,14.87,15.53,16.19,16.87,17.59,18.25,18.92,19.59,20.26,20.94,21.59,22.29,22.99,23.67,24.3,25.0,25.64,26.32,26.98,27.69,28.33,28.99,29.67,30.38,31.05,31.7,32.38,33.08,33.76,34.43,35.07,35.75,36.42,37.11,37.77,38.45,39.12,39.8,40.49,41.17,41.82,42.5,43.15,43.82,44.51,45.16,45.86,46.51,47.2,47.87,48.54,49.21,49.89,50.56,51.26,51.91,52.59,53.26,53.93,54.6,55.29,55.95,56.66,57.3,57.99,58.65,59.32,60.0,60.68,61.34,62.05,62.69,63.39,64.05,64.72,65.39,66.07,66.74,67.42,68.08,68.77,69.44,70.11,70.78,71.47,72.13,72.84,73.48,74.16,74.83,75.5,76.18,76.86,77.52,78.21,78.87,79.55,80.22,80.9,81.57,82.25,82.92,83.63,84.27,84.97,85.62,86.29,86.98,87.64,88.32,88.98,89.66,90.34,91.01,91.69,92.36,93.05,93.71,94.38,95.06,95.73,96.41,97.08,97.75,98.44,99.1,99.77,100.45,101.13,101.8,102.48,103.14,103.83,104.5,105.17,105.84,106.51,107.19,107.86,108.54,109.22,109.89,110.57,111.24,111.92,112.59,113.26,113.93,114.6,115.28,115.97,116.63,117.33,117.98,118.65,119.33,120.0,120.68,121.34,122.02,122.7,123.38,124.05,124.71,125.39,126.07,126.75,127.41,128.1,128.76,129.44,130.13,130.83,131.47,132.18,132.84,133.51,134.17,134.82,135.54,136.21,136.86,137.55,138.26,138.89,139.58,140.24,140.94,141.59,142.3,142.94,143.62,144.28,144.95,145.63,146.31,147.0,147.74,148.43,149.09,149.73,150.36,151.01,151.68,152.37,153.03,153.73,154.38,155.07,155.73,156.4,157.08,157.76,158.42,159.12,159.77,160.46,161.13,161.8,162.47,163.15,163.82,164.52,165.17,165.85,166.52,167.19,167.86,168.54,169.21,169.91,170.56,171.25,171.91,172.59,173.26,173.94,174.6,175.28,175.95,176.64,177.3,177.98,178.65,179.33,179.99,180.69,181.35,182.03,182.7,183.37,184.04,184.72,185.39,186.07,186.74,187.42,188.09,188.76,189.43,190.12,190.78,191.49,192.13,192.83,193.48],
5
+ "downbeats": [5.41,8.11,10.79,13.48,16.19,18.92,21.59,24.3,26.98,29.67,32.38,35.07,37.77,40.49,43.15,45.86,48.54,51.26,53.93,56.66,59.32,62.05,64.72,67.42,70.11,72.84,75.5,78.21,80.9,83.63,86.29,88.98,91.69,94.38,97.08,99.77,102.48,105.17,107.86,110.57,113.26,115.97,118.65,121.34,124.05,126.75,129.44,132.18,134.82,137.55,140.24,142.94,145.63,148.43,151.01,153.73,156.4,159.12,161.8,164.52,167.19,169.91,172.59,175.28,177.98,180.69,183.37,186.07,188.76,191.49],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.03,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.03,
15
+ "end": 21.57,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 21.57,
20
+ "end": 43.15,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 43.15,
25
+ "end": 64.72,
26
+ "label": "inst"
27
+ },
28
+ {
29
+ "start": 64.72,
30
+ "end": 86.29,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 86.29,
35
+ "end": 107.86,
36
+ "label": "inst"
37
+ },
38
+ {
39
+ "start": 107.86,
40
+ "end": 129.44,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 129.44,
45
+ "end": 151.01,
46
+ "label": "bridge"
47
+ },
48
+ {
49
+ "start": 151.01,
50
+ "end": 172.58,
51
+ "label": "solo"
52
+ },
53
+ {
54
+ "start": 172.58,
55
+ "end": 194.03,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 194.03,
60
+ "end": 199.56,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/BXKS - Zagga Dat.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/BXKS - Zagga Dat.mp3",
3
+ "bpm": 128,
4
+ "beats": [14.64,15.11,15.58,16.05,16.53,16.99,17.47,17.93,18.42,18.89,19.36,19.83,20.31,20.78,21.25,21.72,22.2,22.67,23.14,23.61,24.09,24.55,25.03,25.5,25.98,26.45,26.92,27.39,27.87,28.33,28.81,29.28,29.76,30.23,30.7,31.17,31.65,32.13,32.59,33.06,33.53,34.01,34.48,34.95,35.44,35.9,36.37,36.84,37.31,37.79,38.26,38.73,39.21,39.68,40.15,40.62,41.1,41.57,42.04,42.51,42.99,43.46,43.93,44.4,44.88,45.35,45.81,46.29,46.76,47.23,47.71,48.18,48.66,49.12,49.6,50.07,50.54,51.01,51.49,51.95,52.44,52.9,53.39,53.84,54.33,54.79,55.27,55.74,56.21,56.68,57.16,57.62,58.1,58.57,59.05,59.51,59.99,60.46,60.95,61.41,61.88,62.35,62.83,63.3,63.77,64.24,64.73,65.19,65.66,66.13,66.61,67.08,67.55,68.02,68.51,68.97,69.45,69.91,70.38,70.86,71.34,71.8,72.28,72.75,73.23,73.7,74.17,74.64,75.12,75.59,76.06,76.52,77.0,77.47,77.93,78.28,78.65,79.01,79.37,79.71,80.07,80.44,80.8,81.25,81.72,82.19,82.67,83.14,83.61,84.08,84.57,85.03,85.51,85.97,86.45,86.92,87.39,87.86,88.35,88.81,89.28,89.76,90.22,90.7,91.17,91.64,92.13,92.59,93.06,93.53,94.01,94.48,94.95,95.42,95.9,96.37,96.84,97.31,97.79,98.25,98.74,99.2,99.69,100.16,100.63,101.09,101.57,102.04,102.51,102.98,103.46,103.92,104.4,104.87,105.35,105.81,106.29,106.76,107.24,107.7,108.18,108.65,109.13,109.59,110.07,110.54,111.02,111.48,111.96,112.43,112.91,113.37,113.85,114.32,114.8,115.26,115.74,116.21,116.69,117.15,117.63,118.1,118.58,119.04,119.52,119.98,120.48,120.93,121.41,121.88,122.36,122.82,123.3,123.77,124.26,124.72,125.19,125.66,126.14,126.6,127.08,127.54],
5
+ "downbeats": [16.05,17.93,19.83,21.72,23.61,25.5,27.39,29.28,31.17,33.06,34.95,36.84,38.73,40.62,42.51,44.4,46.29,48.18,50.07,51.95,53.84,55.74,57.62,59.51,61.41,63.3,65.19,67.08,68.97,70.86,72.75,74.64,76.52,78.28,79.71,81.25,83.14,85.03,86.92,88.81,90.7,92.59,94.48,96.37,98.25,100.16,102.04,103.92,105.81,107.7,109.59,111.48,113.37,115.26,117.15,119.04,120.93,122.82,124.72,126.6],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.14,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.14,
15
+ "end": 15.1,
16
+ "label": "chorus"
17
+ },
18
+ {
19
+ "start": 15.1,
20
+ "end": 45.34,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 45.34,
25
+ "end": 61.41,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 61.41,
30
+ "end": 83.14,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 83.14,
35
+ "end": 102.03,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 102.03,
40
+ "end": 128.48,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 128.48,
45
+ "end": 128.51,
46
+ "label": "outro"
47
+ }
48
+ ]
49
+ }
struct/Basht. - Sacred Heart.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Basht. - Sacred Heart.mp3",
3
+ "bpm": 91,
4
+ "beats": [9.86,10.57,11.28,11.99,12.7,13.39,14.08,14.77,15.46,16.15,16.84,17.53,18.22,18.92,19.6,20.28,20.97,21.66,22.34,23.02,23.71,24.39,25.07,25.75,26.44,27.13,27.82,28.51,29.21,29.9,30.57,31.26,31.94,32.62,33.31,33.99,34.67,35.34,36.02,36.7,37.38,38.03,38.7,39.37,40.03,40.7,41.37,42.03,42.71,43.37,44.03,44.7,45.38,46.05,46.71,47.39,48.05,48.71,49.37,50.04,50.71,51.37,52.02,52.69,53.38,54.05,54.72,55.39,56.09,56.75,57.42,58.09,58.76,59.43,60.1,60.78,61.45,62.12,62.8,63.48,64.15,64.82,65.5,66.17,66.85,67.52,68.2,68.87,69.54,70.2,70.86,71.53,72.2,72.86,73.53,74.2,74.88,75.55,76.22,76.89,77.56,78.22,78.9,79.57,80.23,80.88,81.55,82.2,82.87,83.52,84.18,84.83,85.5,86.16,86.82,87.47,88.13,88.8,89.46,90.12,90.77,91.43,92.09,92.75,93.41,94.08,94.75,95.41,96.08,96.74,97.4,98.07,98.74,99.39,100.06,100.72,101.36,102.01,102.67,103.32,103.98,104.64,105.3,105.95,106.6,107.26,107.91,108.55,109.21,109.86,110.51,111.16,111.81,112.45,113.1,113.74,114.39,115.04,115.69,116.33,116.97,117.6,118.25,118.89,119.57,120.21,120.88,121.54,122.21,122.87,123.54,124.2,124.84,125.49,126.14,126.8,127.45,128.11,128.77,129.41,130.1,130.75,131.41,132.08,132.76,133.42,134.09,134.74,135.4,136.07,136.73,137.4,138.06,138.73,139.38,140.04,140.74,141.39,142.08,142.74,143.42,144.08,144.74,145.4,146.06,146.7,147.36,148.02,148.68,149.33,149.98,150.61,151.31,151.97,152.66,153.34,154.02,154.69,155.36,156.03,156.69,157.35,158.01],
5
+ "downbeats": [11.99,14.77,17.53,20.28,23.02,25.75,28.51,31.26,33.99,36.7,39.37,42.03,44.7,47.39,50.04,52.69,55.39,58.09,60.78,63.48,66.17,68.87,71.53,74.2,76.89,79.57,82.2,84.83,87.47,90.12,92.75,95.41,98.07,100.72,103.32,105.95,108.55,111.16,113.74,116.33,118.89,121.54,124.2,126.8,129.41,132.08,134.74,137.4,140.04,142.74,145.4,148.02,150.61,153.34,156.03],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 11.99,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 11.99,
15
+ "end": 34.0,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 34.0,
20
+ "end": 54.05,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 54.05,
25
+ "end": 76.89,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 76.89,
30
+ "end": 98.06,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 98.06,
35
+ "end": 118.89,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 118.89,
40
+ "end": 140.04,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 140.04,
45
+ "end": 158.32,
46
+ "label": "outro"
47
+ },
48
+ {
49
+ "start": 158.32,
50
+ "end": 173.06,
51
+ "label": "outro"
52
+ }
53
+ ]
54
+ }
struct/Been Stellar - Breakaway.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Been Stellar - Breakaway.mp3",
3
+ "bpm": 133,
4
+ "beats": [0.36,0.81,1.27,1.71,2.17,2.63,3.09,3.55,4.01,4.47,4.93,5.39,5.84,6.3,6.76,7.21,7.68,8.12,8.58,9.03,9.49,9.94,10.39,10.83,11.29,11.74,12.19,12.64,13.09,13.54,13.99,14.43,14.89,15.34,15.8,16.24,16.7,17.15,17.6,18.04,18.5,18.95,19.41,19.85,20.31,20.76,21.22,21.66,22.12,22.57,23.03,23.46,23.92,24.37,24.82,25.26,25.72,26.17,26.62,27.07,27.52,27.98,28.43,28.87,29.33,29.78,30.23,30.69,31.14,31.59,32.05,32.49,32.95,33.4,33.85,34.3,34.75,35.2,35.65,36.11,36.57,37.02,37.48,37.93,38.39,38.85,39.29,39.76,40.21,40.67,41.14,41.6,42.06,42.51,42.97,43.43,43.89,44.35,44.81,45.26,45.72,46.18,46.63,47.09,47.55,48.01,48.47,48.93,49.39,49.85,50.3,50.77,51.22,51.68,52.14,52.6,53.06,53.52,53.97,54.43,54.89,55.34,55.8,56.27,56.72,57.17,57.63,58.09,58.55,59.01,59.48,59.93,60.39,60.85,61.29,61.75,62.22,62.67,63.14,63.6,64.05,64.51,64.97,65.42,65.88,66.33,66.77,67.24,67.68,68.13,68.58,69.03,69.49,69.94,70.38,70.84,71.28,71.73,72.18,72.64,73.1,73.54,74.0,74.45,74.9,75.35,75.8,76.25,76.7,77.15,77.6,78.06,78.51,78.95,79.41,79.85,80.31,80.76,81.21,81.66,82.11,82.56,83.01,83.45,83.92,84.37,84.82,85.26,85.72,86.16,86.61,87.06,87.52,87.96,88.42,88.87,89.32,89.77,90.23,90.69,91.13,91.58,92.04,92.49,92.94,93.39,93.84,94.29,94.74,95.19,95.64,96.09,96.54,96.99,97.44,97.88,98.35,98.78,99.24,99.69,100.15,100.59,101.06,101.49,101.96,102.4,102.85,103.3,103.76,104.2,104.66,105.1,105.57,106.01,106.46,106.92,107.38,107.82,108.27,108.71,109.17,109.62,110.07,110.52,110.98,111.42,111.87,112.32,112.78,113.24,113.71,114.17,114.64,115.1,115.56,116.02,116.46,116.9,117.37,117.84,118.29,118.76,119.21,119.68,120.12,120.57,121.02,121.49,121.94,122.41,122.87,123.32,123.76,124.21,124.68,125.14,125.61,126.07,126.53,126.99,127.45,127.91,128.37,128.83,129.28,129.74,130.19,130.65,131.11,131.57,132.03,132.5,132.95,133.41,133.87,134.32,134.78,135.24,135.7,136.16,136.61,137.07,137.53,137.98,138.45,138.9,139.36,139.82,140.28,140.73,141.19,141.65,142.1,142.55,143.0,143.46,143.91,144.36,144.81,145.25,145.71,146.15,146.61,147.06,147.52,147.97,148.41,148.87,149.33,149.76,150.23,150.68,151.13,151.57,152.03,152.47,152.93,153.38,153.82,154.27,154.73,155.18,155.62,156.08,156.53,156.98,157.44,157.9,158.35,158.8,159.26,159.7,160.15,160.6,161.05,161.5,161.96,162.4,162.85,163.31,163.76,164.21,164.66,165.11,165.57,166.02,166.46,166.92,167.37,167.82,168.27,168.73,169.18,169.62,170.07,170.52,170.98,171.43,171.87,172.32,172.78,173.23,173.68,174.14,174.58,175.03,175.48,175.94,176.39,176.83,177.29,177.74,178.18,178.63,179.09,179.55,179.99,180.44,180.89,181.34,181.79,182.24,182.7,183.14,183.6,184.04,184.5,184.94,185.39,185.85,186.3,186.74,187.19,187.64,188.1,188.54,189.01,189.45,189.91,190.36,190.82,191.27,191.72],
5
+ "downbeats": [1.71,3.55,5.39,7.21,9.03,10.83,12.64,14.43,16.24,18.04,19.85,21.66,23.46,25.26,27.07,28.87,30.69,32.49,34.3,36.11,37.93,39.76,41.6,43.43,45.26,47.09,48.93,50.77,52.6,54.43,56.27,58.09,59.93,61.75,63.6,65.42,67.24,69.03,70.84,72.64,74.45,76.25,78.06,79.85,81.66,83.45,85.26,87.06,88.87,90.69,92.49,94.29,96.09,97.88,99.69,101.49,103.3,105.1,106.92,108.71,110.52,112.32,114.17,116.02,117.84,119.68,121.49,123.32,125.14,126.99,128.83,130.65,132.5,134.32,136.16,137.98,139.82,141.65,143.46,145.25,147.06,148.87,150.68,152.47,154.27,156.08,157.9,159.7,161.5,163.31,165.11,166.92,168.73,170.52,172.32,174.14,175.94,177.74,179.55,181.34,183.14,184.94,186.74,188.54,190.36],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.1,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.1,
15
+ "end": 21.65,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 21.65,
20
+ "end": 36.1,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 36.1,
25
+ "end": 50.77,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 50.77,
30
+ "end": 65.42,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 65.42,
35
+ "end": 83.45,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 83.45,
40
+ "end": 97.87,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 97.87,
45
+ "end": 112.32,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 112.32,
50
+ "end": 126.99,
51
+ "label": "bridge"
52
+ },
53
+ {
54
+ "start": 126.99,
55
+ "end": 141.64,
56
+ "label": "bridge"
57
+ },
58
+ {
59
+ "start": 141.64,
60
+ "end": 156.08,
61
+ "label": "solo"
62
+ },
63
+ {
64
+ "start": 156.08,
65
+ "end": 170.51,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 170.51,
70
+ "end": 191.71,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 191.71,
75
+ "end": 194.0,
76
+ "label": "end"
77
+ }
78
+ ]
79
+ }
struct/Benson Boone - Mr Electric Blue.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Benson Boone - Mr Electric Blue.mp3",
3
+ "bpm": 130,
4
+ "beats": [1.09,1.56,2.02,2.48,2.95,3.41,3.87,4.33,4.79,5.25,5.71,6.17,6.64,7.1,7.56,8.02,8.49,8.95,9.41,9.87,10.33,10.8,11.25,11.72,12.18,12.64,13.1,13.56,14.02,14.48,14.94,15.41,15.87,16.33,16.79,17.25,17.72,18.18,18.64,19.1,19.56,20.02,20.48,20.95,21.41,21.87,22.33,22.79,23.25,23.72,24.18,24.64,25.1,25.56,26.02,26.49,26.95,27.41,27.87,28.33,28.79,29.26,29.72,30.18,30.64,31.1,31.56,32.02,32.49,32.95,33.41,33.87,34.33,34.79,35.25,35.71,36.18,36.64,37.1,37.56,38.02,38.49,38.95,39.41,39.87,40.33,40.79,41.26,41.72,42.18,42.64,43.1,43.56,44.03,44.49,44.95,45.41,45.87,46.33,46.79,47.26,47.72,48.18,48.64,49.1,49.56,50.03,50.49,50.95,51.41,51.87,52.33,52.79,53.25,53.71,54.18,54.64,55.1,55.56,56.02,56.49,56.95,57.41,57.87,58.33,58.79,59.26,59.72,60.18,60.64,61.1,61.56,62.02,62.49,62.95,63.41,63.87,64.33,64.79,65.26,65.72,66.18,66.64,67.1,67.57,68.02,68.48,68.95,69.41,69.87,70.33,70.79,71.25,71.72,72.18,72.64,73.1,73.56,74.02,74.49,74.95,75.41,75.87,76.33,76.79,77.26,77.72,78.18,78.64,79.1,79.56,80.02,80.49,80.95,81.41,81.88,82.34,82.81,83.27,83.73,84.19,84.66,85.11,85.58,86.05,86.49,86.96,87.41,87.88,88.33,88.81,89.25,89.73,90.18,90.65,91.11,91.57,92.02,92.49,92.95,93.43,93.88,94.34,94.82,95.28,95.74,96.18,96.66,97.1,97.56,98.02,98.48,98.95,99.4,99.86,100.33,100.79,101.25,101.71,102.18,102.64,103.1,103.56,104.02,104.49,104.95,105.41,105.87,106.33,106.79,107.26,107.72,108.18,108.64,109.1,109.56,110.02,110.48,110.95,111.41,111.87,112.33,112.79,113.26,113.72,114.18,114.64,115.1,115.57,116.03,116.49,116.95,117.41,117.87,118.33,118.79,119.26,119.72,120.18,120.64,121.1,121.56,122.02,122.48,122.95,123.41,123.87,124.33,124.79,125.26,125.72,126.18,126.64,127.1,127.56,128.03,128.49,128.95,129.41,129.87,130.33,130.79,131.26,131.72,132.18,132.64,133.1,133.56,134.03,134.49,134.95,135.41,135.87,136.33,136.79,137.26,137.72,138.18,138.64,139.1,139.56,140.03,140.49,140.95,141.41,141.87,142.33,142.8,143.26,143.72,144.18,144.64,145.1,145.57,146.03,146.49,146.95,147.41,147.87,148.34,148.8,149.26,149.72,150.18,150.64,151.1,151.56,152.03,152.49,152.95,153.41,153.87,154.33,154.8,155.26,155.72,156.18,156.64,157.1,157.57,158.03,158.49,158.95,159.41,159.87,160.33,160.8,161.26,161.72,162.18,162.64,163.1,163.56,164.03,164.49,164.95,165.41,165.87,166.34,166.79,167.25,167.72,168.19,168.65,169.11,169.58,170.05,170.52,171.01],
5
+ "downbeats": [1.09,2.95,4.79,6.64,8.49,10.33,12.18,14.02,15.87,17.72,19.56,21.41,23.25,25.1,26.95,28.79,30.64,32.49,34.33,36.18,38.02,39.87,41.72,43.56,45.41,47.26,49.1,50.95,52.79,54.64,56.49,58.33,60.18,62.02,63.87,65.72,67.57,69.41,71.25,73.1,74.95,76.79,78.64,80.49,82.34,84.19,86.05,87.88,89.73,91.57,93.43,95.28,97.1,98.95,100.79,102.64,104.49,106.33,108.18,110.02,111.87,113.72,115.57,117.41,119.26,121.1,122.95,124.79,126.64,128.49,130.33,132.18,134.03,135.87,137.72,139.56,141.41,143.26,145.1,146.95,148.8,150.64,152.49,154.33,156.18,158.03,159.87,161.72,163.56,165.41,167.25,169.11,171.01],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.25,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.25,
15
+ "end": 14.95,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 14.95,
20
+ "end": 29.71,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 29.71,
25
+ "end": 52.79,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 52.79,
30
+ "end": 67.56,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 67.56,
35
+ "end": 82.34,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 82.34,
40
+ "end": 100.32,
41
+ "label": "bridge"
42
+ },
43
+ {
44
+ "start": 100.32,
45
+ "end": 122.94,
46
+ "label": "verse"
47
+ },
48
+ {
49
+ "start": 122.94,
50
+ "end": 137.72,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 137.72,
55
+ "end": 152.49,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 152.49,
60
+ "end": 167.25,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 167.25,
65
+ "end": 182.06,
66
+ "label": "outro"
67
+ },
68
+ {
69
+ "start": 182.06,
70
+ "end": 190.32,
71
+ "label": "end"
72
+ }
73
+ ]
74
+ }
struct/Billy Nomates - Override.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Billy Nomates - Override.mp3",
3
+ "bpm": 90,
4
+ "beats": [0.21,0.89,1.56,2.24,2.91,3.59,4.26,4.93,5.61,6.28,6.96,7.63,8.31,8.98,9.65,10.32,11.0,11.67,12.35,13.03,13.7,14.37,15.05,15.72,16.4,17.07,17.74,18.42,19.09,19.77,20.44,21.11,21.79,22.46,23.14,23.81,24.48,25.16,25.83,26.51,27.18,27.85,28.53,29.2,29.88,30.55,31.23,31.9,32.58,33.25,33.92,34.6,35.27,35.95,36.62,37.3,37.97,38.64,39.32,39.99,40.67,41.34,42.02,42.69,43.36,44.04,44.71,45.38,46.06,46.73,47.41,48.08,48.76,49.43,50.11,50.78,51.45,52.13,52.8,53.48,54.15,54.82,55.5,56.18,56.85,57.52,58.2,58.87,59.55,60.22,60.89,61.56,62.24,62.91,63.59,64.26,64.94,65.61,66.29,66.96,67.63,68.31,68.98,69.65,70.33,71.0,71.68,72.35,73.03,73.7,74.37,75.05,75.72,76.4,77.07,77.74,78.42,79.1,79.77,80.44,81.12,81.79,82.47,83.14,83.81,84.49,85.16,85.84,86.51,87.18,87.86,88.53,89.21,89.88,90.55,91.23,91.9,92.58,93.25,93.93,94.6,95.28,95.95,96.62,97.3,97.96,98.64,99.32,99.99,100.67,101.34,102.01,102.69,103.36,104.04,104.71,105.39,106.06,106.73,107.41,108.08,108.76,109.43,110.1,110.78,111.45,112.13,112.8,113.48,114.15,114.83,115.5,116.17,116.85,117.52,118.19,118.87,119.54,120.22,120.89,121.57,122.24,122.91,123.59,124.26,124.93,125.61,126.28,126.96,127.63,128.31,128.98,129.66,130.33,131.0,131.68,132.35,133.03,133.7,134.37,135.05,135.72,136.4,137.07,137.75,138.42,139.09,139.77,140.44,141.12,141.79,142.46,143.14,143.81,144.49,145.16,145.84,146.51,147.18,147.86,148.53,149.21,149.88,150.55,151.23,151.9,152.58,153.25,153.93,154.6,155.28,155.95,156.62,157.3,157.97,158.64,159.32,159.99,160.67,161.34,162.02,162.69,163.36,164.04,164.71,165.38,166.06,166.73,167.41,168.08,168.76,169.43,170.1,170.78,171.45,172.13,172.8,173.48,174.15,174.82,175.5,176.17,176.85,177.52,178.19,178.87,179.54,180.22,180.89,181.57,182.24,182.91,183.59,184.27,184.94,185.61,186.29,186.96,187.63,188.31,188.98,189.66,190.33,191.0,191.68,192.35,193.03,193.7,194.37,195.05,195.72,196.4,197.07,197.75,198.42,199.1,199.77,200.44,201.12,201.79,202.46,203.14,203.81,204.48,205.16],
5
+ "downbeats": [0.89,3.59,6.28,8.98,11.67,14.37,17.07,19.77,22.46,25.16,27.85,30.55,33.25,35.95,38.64,41.34,44.04,46.73,49.43,52.13,54.82,57.52,60.22,62.91,65.61,68.31,71.0,73.7,76.4,79.1,81.79,84.49,87.18,89.88,92.58,95.28,97.96,100.67,103.36,106.06,108.76,111.45,114.15,116.85,119.54,122.24,124.93,127.63,130.33,133.03,135.72,138.42,141.12,143.81,146.51,149.21,151.9,154.6,157.3,159.99,162.69,165.38,168.08,170.78,173.48,176.17,178.87,181.57,184.27,186.96,189.66,192.35,195.05,197.75,200.44,203.14],
6
+ "beat_positions": [4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.21,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.21,
15
+ "end": 33.26,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 33.26,
20
+ "end": 54.15,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 54.15,
25
+ "end": 71.0,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 71.0,
30
+ "end": 89.88,
31
+ "label": "inst"
32
+ },
33
+ {
34
+ "start": 89.88,
35
+ "end": 111.45,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 111.45,
40
+ "end": 151.9,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 151.9,
45
+ "end": 178.87,
46
+ "label": "bridge"
47
+ },
48
+ {
49
+ "start": 178.87,
50
+ "end": 200.44,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 200.44,
55
+ "end": 208.68,
56
+ "label": "outro"
57
+ }
58
+ ]
59
+ }
struct/Black Honey - Insulin.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Black Honey - Insulin.mp3",
3
+ "bpm": 102,
4
+ "beats": [0.99,1.58,2.18,2.75,3.35,3.93,4.52,5.12,5.71,6.29,6.88,7.47,8.03,8.63,9.2,9.82,10.39,11.0,11.59,12.17,12.76,13.33,13.94,14.53,15.12,15.71,16.3,16.89,17.47,18.06,18.65,19.24,19.83,20.41,21.0,21.58,22.18,22.76,23.36,23.93,24.53,25.12,25.71,26.29,26.88,27.46,28.06,28.64,29.24,29.83,30.42,31.0,31.59,32.17,32.77,33.36,33.94,34.52,35.12,35.71,36.3,36.88,37.47,38.07,38.63,39.24,39.82,40.42,41.0,41.58,42.19,42.76,43.36,43.95,44.53,45.12,45.71,46.29,46.89,47.47,48.06,48.65,49.24,49.83,50.42,51.0,51.6,52.17,52.77,53.36,53.94,54.53,55.12,55.71,56.3,56.88,57.48,58.06,58.65,59.23,59.83,60.41,61.01,61.59,62.18,62.77,63.35,63.94,64.53,65.12,65.71,66.28,66.87,67.47,68.06,68.66,69.24,69.83,70.42,71.01,71.6,72.18,72.77,73.36,73.95,74.53,75.13,75.71,76.3,76.89,77.48,78.07,78.65,79.24,79.83,80.42,81.01,81.6,82.19,82.76,83.36,83.95,84.53,85.12,85.71,86.3,86.89,87.47,88.07,88.63,89.24,89.82,90.42,91.01,91.6,92.18,92.77,93.35,93.95,94.53,95.12,95.71,96.3,96.88,97.48,98.06,98.65,99.26,99.82,100.42,101.0,101.59,102.16,102.76,103.36,103.94,104.53,105.12,105.71,106.3,106.89,107.47,108.06,108.65,109.24,109.83,110.42,111.0,111.59,112.18,112.77,113.34,113.94,114.53,115.12,115.7,116.29,116.89,117.48,118.06,118.65,119.24,119.83,120.41,121.01,121.6,122.18,122.77,123.36,123.94,124.53,125.12,125.71,126.3,126.89,127.47,128.06,128.65,129.24,129.83,130.42,131.01,131.59,132.16,132.77,133.36,133.95,134.53,135.12,135.71,136.3,136.88,137.47,138.07,138.65,139.24,139.83,140.42,141.01],
5
+ "downbeats": [2.75,5.12,7.47,9.82,12.17,14.53,16.89,19.24,21.58,23.93,26.29,28.64,31.0,33.36,35.71,38.07,40.42,42.76,45.12,47.47,49.83,52.17,54.53,56.88,59.23,61.59,63.94,66.28,68.66,71.01,73.36,75.71,78.07,80.42,82.76,85.12,87.47,89.82,92.18,94.53,96.88,99.26,101.59,103.94,106.3,108.65,111.0,113.34,115.7,118.06,120.41,122.77,125.12,127.47,129.83,132.16,134.53,136.88,139.24],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.09,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.09,
15
+ "end": 23.93,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 23.93,
20
+ "end": 41.59,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 41.59,
25
+ "end": 61.59,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 61.59,
30
+ "end": 85.12,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 85.12,
35
+ "end": 103.36,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 103.36,
40
+ "end": 123.35,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 123.35,
45
+ "end": 141.45,
46
+ "label": "outro"
47
+ },
48
+ {
49
+ "start": 141.45,
50
+ "end": 145.96,
51
+ "label": "end"
52
+ }
53
+ ]
54
+ }
struct/Blood Orange, Tariq Al-Sabir, Caroline Polachek, Daniel Caesar, The Durutti Column - The Field (feat. The Durutti Column, Tariq Al-Sabir, Caroline Polachek & Daniel Caesar).json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Blood Orange, Tariq Al-Sabir, Caroline Polachek, Daniel Caesar, The Durutti Column - The Field (feat. The Durutti Column, Tariq Al-Sabir, Caroline Polachek & Daniel Caesar).mp3",
3
+ "bpm": 167,
4
+ "beats": [17.91,18.78,19.65,20.4,21.19,22.01,22.77,23.47,24.23,24.96,25.67,26.4,27.13,27.85,28.58,29.14,29.73,30.31,30.78,31.29,31.79,32.26,32.75,33.24,33.65,34.01,34.4,34.76,35.12,35.51,35.86,36.24,36.6,37.0,37.42,37.82,38.2,38.57,38.93,39.29,39.66,40.0,40.37,40.75,41.13,41.48,41.85,42.21,42.58,42.94,43.3,43.66,44.03,44.39,44.76,45.11,45.48,45.84,46.21,46.57,46.94,47.3,47.67,48.03,48.39,48.75,49.12,49.47,49.85,50.21,50.58,50.93,51.31,51.66,52.03,52.39,52.76,53.12,53.48,53.84,54.21,54.57,54.94,55.29,55.67,56.02,56.39,56.75,57.12,57.48,57.85,58.21,58.58,58.94,59.3,59.66,60.03,60.39,60.76,61.11,61.49,61.84,62.21,62.56,62.94,63.3,63.67,64.03,64.39,64.76,65.13,65.51,65.86,66.22,66.6,66.96,67.32,67.68,68.02,68.4,68.74,69.1,69.46,69.84,70.2,70.54,70.92,71.28,71.62,72.0,72.36,72.72,73.08,73.43,73.82,74.17,74.56,74.91,75.3,75.67,76.02,76.39,76.77,77.15,77.5,77.87,78.24,78.63,79.0,79.34,79.72,80.08,80.44,80.79,81.14,81.5,81.88,82.22,82.6,82.96,83.32,83.68,84.03,84.4,84.74,85.12,85.47,85.82,86.2,86.56,86.94,87.3,87.67,88.03,88.39,88.75,89.12,89.48,89.85,90.21,90.57,90.93,91.3,91.65,92.03,92.39,92.76,93.12,93.49,93.85,94.21,94.57,94.94,95.3,95.67,96.02,96.4,96.75,97.12,97.47,97.85,98.2,98.58,98.94,99.31,99.67,100.03,100.39,100.76,101.12,101.49,101.84,102.21,102.56,102.94,103.29,103.67,104.03,104.4,104.75,105.12,105.49,105.85,106.21,106.58,106.94,107.3,107.66,108.03,108.38,108.76,109.11,109.48,109.84,110.21,110.57,110.94,111.3,111.67,112.03,112.4,112.75,113.12,113.48,113.85,114.2,114.58,114.93,115.3,115.66,116.03,116.39,116.76,117.12,117.49,117.84,118.22,118.57,118.94,119.29,119.67,120.02,120.4,120.75,121.12,121.48,121.85,122.21,122.58,122.94,123.3,123.66,124.03,124.39,124.76,125.11,125.49,125.84,126.21,126.57,126.94,127.3,127.67,128.03,128.4,128.75,129.12,129.48,129.85,130.21,130.58,130.93,131.31,131.66,132.03,132.38,132.76,133.11,133.49,133.87,134.24,134.6,134.94,135.32,135.66,136.02,136.4,136.75,137.2,137.66,138.2,138.74,139.32,139.84,140.41,140.97,141.49,142.03,142.55,143.03,143.49,143.99,144.45,144.95,145.43,145.87,146.35,146.79,147.27,147.73,148.07,148.45,148.79,149.15,149.51,149.89,150.25,150.59,150.96,151.31,151.67,152.04,152.43,152.78,153.17,153.51,153.87,154.23,154.6,154.97,155.31,155.69,156.03,156.41,156.75,157.11,157.49,157.84,158.21,158.57,158.94,159.3,159.66,160.02,160.39,160.75,161.12,161.48,161.85,162.21,162.58,162.94,163.31,163.66,164.03,164.39,164.76,165.12,165.49,165.84,166.22,166.57,166.94,167.29,167.67,168.02,168.4,168.75,169.12,169.49,169.85,170.21,170.58,170.93,171.31,171.66,172.03,172.38,172.76,173.11,173.49,173.85,174.22,174.57,174.94,175.3,175.67,176.03,176.4,176.76,177.12,177.48,177.85,178.21,178.58,178.93,179.31,179.66,180.03,180.4,180.76,181.12,181.49,181.85,182.21,182.57,182.94,183.3,183.67,184.02,184.39,184.75,185.12,185.48,185.85,186.21,186.58,186.94,187.31,187.66,188.03,188.39,188.76,189.11,189.48,189.84,190.21,190.56,190.94],
5
+ "downbeats": [20.4,23.47,26.4,29.14,31.29,33.24,34.76,36.24,37.82,39.29,40.75,42.21,43.66,45.11,46.57,48.03,49.47,50.93,52.39,53.84,55.29,56.75,58.21,59.66,61.11,62.56,64.03,65.51,66.96,68.4,69.84,71.28,72.72,74.17,75.67,77.15,78.63,80.08,81.5,82.96,84.4,85.82,87.3,88.75,90.21,91.65,93.12,94.57,96.02,97.47,98.94,100.39,101.84,103.29,104.75,106.21,107.66,109.11,110.57,112.03,113.48,114.93,116.39,117.84,119.29,120.75,122.21,123.66,125.11,126.57,128.03,129.48,130.93,132.38,133.87,135.32,136.75,138.74,140.97,143.03,144.95,146.79,148.45,149.89,151.31,152.78,154.23,155.69,157.11,158.57,160.02,161.48,162.94,164.39,165.84,167.29,168.75,170.21,171.66,173.11,174.57,176.03,177.48,178.93,180.4,181.85,183.3,184.75,186.21,187.66,189.11,190.56],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 17.49,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 17.49,
15
+ "end": 40.75,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 40.75,
20
+ "end": 64.03,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 64.03,
25
+ "end": 87.29,
26
+ "label": "inst"
27
+ },
28
+ {
29
+ "start": 87.29,
30
+ "end": 110.57,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 110.57,
35
+ "end": 133.86,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 133.86,
40
+ "end": 157.11,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 157.11,
45
+ "end": 180.39,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 180.39,
50
+ "end": 199.25,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 199.25,
55
+ "end": 199.26,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/Bloody Civilian - Ladida.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Bloody Civilian - Ladida.mp3",
3
+ "bpm": 98,
4
+ "beats": [0.09,0.69,1.3,1.91,2.53,3.14,3.76,4.37,4.99,5.59,6.21,6.81,7.43,8.03,8.65,9.26,9.88,10.49,11.11,11.71,12.33,12.94,13.56,14.16,14.78,15.39,16.01,16.61,17.23,17.84,18.46,19.06,19.68,20.29,20.91,21.51,22.13,22.74,23.36,23.96,24.58,25.19,25.81,26.41,27.03,27.64,28.25,28.86,29.48,30.09,30.7,31.31,31.93,32.53,33.15,33.76,34.38,34.99,35.6,36.21,36.82,37.43,38.05,38.66,39.27,39.88,40.5,41.1,41.72,42.33,42.95,43.55,44.17,44.78,45.4,46.0,46.62,47.23,47.85,48.47,49.07,49.67,50.31,50.9,51.52,52.12,52.74,53.35,53.96,54.57,55.19,55.8,56.41,57.02,57.64,58.25,58.86,59.47,60.09,60.7,61.31,61.92,62.54,63.15,63.76,64.37,64.99,65.6,66.21,66.82,67.44,68.05,68.66,69.27,69.88,70.49,71.1,71.71,72.33,72.94,73.56,74.17,74.78,75.39,76.0,76.61,77.23,77.84,78.46,79.07,79.68,80.29,80.9,81.51,82.13,82.74,83.35,83.96,84.58,85.18,85.8,86.41,87.03,87.64,88.25,88.87,89.48,90.09,90.7,91.31,91.93,92.53,93.15,93.76,94.38,94.98,95.6,96.21,96.83,97.44,98.05,98.66,99.28,99.88,100.5,101.11,101.73,102.33,102.95,103.56,104.18,104.78,105.4,106.01,106.63,107.24,107.84,108.45,109.08,109.68,110.29,110.9,111.52,112.13,112.74,113.35,113.97,114.57,115.19,115.8,116.42,117.02,117.64,118.25,118.86,119.47,120.09,120.7,121.31,121.92,122.54,123.14,123.76,124.37,124.99,125.6,126.21],
5
+ "downbeats": [0.09,2.53,4.99,7.43,9.88,12.33,14.78,17.23,19.68,22.13,24.58,27.03,29.48,31.93,34.38,36.82,39.27,41.72,44.17,46.62,49.07,51.52,53.96,56.41,58.86,61.31,63.76,66.21,68.66,71.1,73.56,76.0,78.46,80.9,83.35,85.8,88.25,90.7,93.15,95.6,98.05,100.5,102.95,105.4,107.84,110.29,112.74,115.19,117.64,120.09,122.54,124.99],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.08,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 0.08,
15
+ "end": 28.85,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 28.85,
20
+ "end": 49.06,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 49.06,
25
+ "end": 68.65,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 68.65,
30
+ "end": 107.84,
31
+ "label": "bridge"
32
+ },
33
+ {
34
+ "start": 107.84,
35
+ "end": 127.43,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 127.43,
40
+ "end": 131.31,
41
+ "label": "end"
42
+ }
43
+ ]
44
+ }
struct/Bradley Marshall - Skin And Bones.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Bradley Marshall - Skin And Bones.mp3",
3
+ "bpm": 120,
4
+ "beats": [0.47,0.79,1.13,1.45,1.8,2.11,2.46,2.8,3.14,3.46,3.79,4.12,4.46,4.79,5.13,5.46,5.8,6.13,6.47,6.81,7.14,7.48,7.82,8.14,8.47,8.79,9.13,9.45,9.8,10.11,10.46,10.81,11.14,11.46,11.79,12.12,12.46,12.8,13.13,13.46,13.8,14.13,14.46,14.81,15.14,15.49,15.82,16.15,16.48,16.8,17.13,17.46,17.81,18.13,18.46,18.8,19.12,19.45,19.8,20.12,20.46,20.8,21.12,21.45,21.8,22.12,22.46,22.79,23.12,23.46,23.81,24.13,24.47,24.81,25.13,25.46,25.8,26.13,26.45,26.79,27.11,27.44,27.79,28.12,28.46,28.8,29.13,29.46,29.8,30.12,30.46,30.79,31.12,31.46,31.8,32.13,32.46,32.8,33.13,33.46,33.8,34.13,34.46,34.8,35.13,35.46,35.82,36.31,36.8,37.31,37.8,38.32,38.8,39.32,39.82,40.3,40.81,41.3,41.8,42.3,42.79,43.3,43.79,44.3,44.79,45.29,45.8,46.3,46.81,47.3,47.8,48.3,48.81,49.3,49.82,50.3,50.81,51.3,51.82,52.3,52.79,53.29,53.79,54.29,54.79,55.3,55.8,56.29,56.78,57.31,57.8,58.29,58.8,59.3,59.8,60.3,60.79,61.29,61.8,62.29,62.79,63.29,63.79,64.29,64.8,65.3,65.8,66.3,66.8,67.3,67.8,68.3,68.8,69.3,69.8,70.3,70.8,71.3,71.8,72.3,72.8,73.29,73.8,74.3,74.81,75.29,75.8,76.3,76.8,77.3,77.8,78.3,78.79,79.29,79.8,80.3,80.8,81.3,81.79,82.3,82.8,83.3,83.81,84.3,84.8,85.3,85.81,86.3,86.8,87.3,87.79,88.29,88.79,89.29,89.8,90.29,90.79,91.3,91.8,92.29,92.8,93.29,93.79,94.3,94.79,95.3,95.8,96.3,96.8,97.3,97.79,98.3,98.8,99.3,99.8,100.3,100.8,101.3,101.8,102.3,102.8,103.3,103.8,104.3,104.8,105.3,105.8,106.3,106.8,107.29,107.8,108.3,108.79,109.31,109.8,110.31,110.81,111.31,111.81,112.28,112.8,113.3,113.79,114.29,114.8,115.3,115.79,116.29,116.79,117.3,117.8,118.28,118.79,119.29,119.79,120.29,120.79,121.3,121.8,122.3,122.79,123.29,123.79,124.3,124.8,125.3,125.79,126.29,126.79,127.29,127.79,128.29,128.79,129.3,129.79,130.29,130.8,131.29,131.8,132.3,132.8,133.3,133.79,134.29,134.79,135.3,135.8,136.29,136.79,137.29,137.79,138.29,138.79,139.29,139.8,140.3,140.79,141.3,141.79,142.29,142.79,143.3,143.8,144.29,144.8,145.29,145.79,146.29,146.79,147.3,147.8,148.3,148.8,149.3,149.79,150.29,150.8,151.3,151.8,152.29,152.79,153.29,153.8,154.29,154.78,155.29,155.78,156.29,156.79,157.28,157.8,158.29],
5
+ "downbeats": [1.45,2.8,4.12,5.46,6.81,8.14,9.45,10.81,12.12,13.46,14.81,16.15,17.46,18.8,20.12,21.45,22.79,24.13,25.46,26.79,28.12,29.46,30.79,32.13,33.46,34.8,36.31,38.32,40.3,42.3,44.3,46.3,48.3,50.3,52.3,54.29,56.29,58.29,60.3,62.29,64.29,66.3,68.3,70.3,72.3,74.3,76.3,78.3,80.3,82.3,84.3,86.3,88.29,90.29,92.29,94.3,96.3,98.3,100.3,102.3,104.3,106.3,108.3,110.31,112.28,114.29,116.29,118.28,120.29,122.3,124.3,126.29,128.29,130.29,132.3,134.29,136.29,138.29,140.3,142.29,144.29,146.29,148.3,150.29,152.29,154.29,156.29,158.29],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.29,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.29,
15
+ "end": 24.8,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 24.8,
20
+ "end": 40.29,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 40.29,
25
+ "end": 58.29,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 58.29,
30
+ "end": 74.3,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 74.3,
35
+ "end": 90.29,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 90.29,
40
+ "end": 106.3,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 106.3,
45
+ "end": 122.29,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 122.29,
50
+ "end": 138.28,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 138.28,
55
+ "end": 154.29,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 154.29,
60
+ "end": 158.76,
61
+ "label": "chorus"
62
+ }
63
+ ]
64
+ }
struct/Bury Tomorrow - Silence Isn't Helping Us.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Bury Tomorrow - Silence Isn't Helping Us.mp3",
3
+ "bpm": 130,
4
+ "beats": [0.67,1.15,1.6,2.07,2.52,2.98,3.44,3.91,4.37,4.84,5.29,5.75,6.21,6.67,7.14,7.59,8.06,8.52,8.98,9.44,9.9,10.37,10.83,11.29,11.75,12.21,12.67,13.14,13.6,14.06,14.52,14.98,15.45,15.91,16.37,16.83,17.31,17.75,18.22,18.68,19.14,19.6,20.05,20.52,20.99,21.45,21.91,22.37,22.83,23.29,23.76,24.22,24.68,25.14,25.61,26.06,26.53,26.98,27.45,27.91,28.38,28.83,29.3,29.75,30.21,30.68,31.13,31.6,32.06,32.52,32.99,33.45,33.91,34.37,34.83,35.3,35.76,36.22,36.68,37.14,37.61,38.06,38.52,38.99,39.46,39.91,40.38,40.83,41.3,41.76,42.21,42.68,43.14,43.6,44.07,44.53,44.98,45.45,45.91,46.38,46.84,47.3,47.76,48.21,48.68,49.14,49.6,50.06,50.52,50.99,51.45,51.91,52.37,52.83,53.29,53.76,54.22,54.68,55.14,55.6,56.06,56.52,56.98,57.45,57.91,58.37,58.83,59.29,59.76,60.22,60.68,61.14,61.6,62.06,62.52,62.99,63.45,63.91,64.37,64.83,65.29,65.75,66.21,66.68,67.14,67.6,68.06,68.52,68.98,69.45,69.91,70.37,70.83,71.29,71.75,72.21,72.68,73.14,73.6,74.06,74.52,74.98,75.44,75.91,76.37,76.83,77.29,77.75,78.21,78.68,79.14,79.6,80.06,80.53,80.99,81.45,81.91,82.37,82.83,83.3,83.75,84.22,84.68,85.14,85.6,86.07,86.52,86.97,87.45,87.91,88.37,88.83,89.3,89.77,90.22,90.69,91.14,91.6,92.06,92.53,92.99,93.45,93.9,94.37,94.84,95.29,95.76,96.22,96.68,97.14,97.6,98.06,98.53,98.99,99.45,99.91,100.37,100.83,101.29,101.76,102.22,102.68,103.14,103.6,104.06,104.53,104.99,105.45,105.91,106.37,106.83,107.29,107.75,108.22,108.67,109.14,109.6,110.06,110.53,110.99,111.45,111.91,112.37,112.83,113.3,113.76,114.22,114.68,115.14,115.6,116.06,116.52,116.99,117.45,117.91,118.37,118.84,119.3,119.76,120.22,120.69,121.14,121.61,122.06,122.52,122.98,123.45,123.9,124.37,124.83,125.3,125.75,126.22,126.68,127.14,127.6,128.06,128.52,128.99,129.45,129.91,130.37,130.83,131.29,131.76,132.22,132.68,133.14,133.61,134.06,134.52,134.99,135.45,135.91,136.37,136.83,137.3,137.76,138.22,138.68,139.14,139.6,140.06,140.53,140.98,141.45,141.91,142.37,142.83,143.3,143.76,144.22,144.68,145.14,145.6,146.06,146.52,146.99,147.45,147.91,148.37,148.84,149.3,149.76,150.22,150.68,151.14,151.61,152.06,152.53,152.98,153.45,153.92,154.37,154.84,155.3,155.76,156.22,156.68,157.14,157.6,158.06,158.53,158.99,159.45,159.91,160.37,160.83,161.3,161.75,162.22,162.68,163.14,163.6,164.06,164.52,164.99,165.45,165.91,166.37,166.83,167.3,167.74,168.22,168.68,169.14,169.61,170.06,170.53,170.99,171.45,171.91,172.38,172.83,173.3,173.76,174.22,174.68,175.14,175.6,176.07,176.52,176.99,177.45,177.91,178.37,178.83,179.3,179.76,180.22,180.68,181.14,181.6,182.07,182.52,182.99,183.46,183.91,184.37,184.84,185.29,185.76,186.21,186.68,187.14,187.61,188.06,188.53,188.99,189.45,189.91,190.37,190.83,191.3,191.76,192.22,192.69,193.14,193.6,194.07,194.54,194.99,195.45,195.92,196.37,196.83,197.29,197.76,198.22,198.68,199.14,199.6,200.08,200.53,200.99,201.45,201.92,202.37,202.83,203.29,203.76,204.22,204.68,205.14,205.61,206.07,206.52,206.99,207.45,207.92,208.37,208.83,209.3,209.76,210.22],
5
+ "downbeats": [0.67,2.52,4.37,6.21,8.06,9.9,11.75,13.6,15.45,17.31,19.14,20.99,22.83,24.68,26.53,28.38,30.21,32.06,33.91,35.76,37.61,39.46,41.3,43.14,44.98,46.84,48.68,50.52,52.37,54.22,56.06,57.91,59.76,61.6,63.45,65.29,67.14,68.98,70.83,72.68,74.52,76.37,78.21,80.06,81.91,83.75,85.6,87.45,89.3,91.14,92.99,94.84,96.68,98.53,100.37,102.22,104.06,105.91,107.75,109.6,111.45,113.3,115.14,116.99,118.84,120.69,122.52,124.37,126.22,128.06,129.91,131.76,133.61,135.45,137.3,139.14,140.98,142.83,144.68,146.52,148.37,150.22,152.06,153.92,155.76,157.6,159.45,161.3,163.14,164.99,166.83,168.68,170.53,172.38,174.22,176.07,177.91,179.76,181.6,183.46,185.29,187.14,188.99,190.83,192.69,194.54,196.37,198.22,200.08,201.92,203.76,205.61,207.45,209.3],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.67,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.67,
15
+ "end": 15.44,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 15.44,
20
+ "end": 30.94,
21
+ "label": "intro"
22
+ },
23
+ {
24
+ "start": 30.94,
25
+ "end": 48.67,
26
+ "label": "intro"
27
+ },
28
+ {
29
+ "start": 48.67,
30
+ "end": 63.44,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 63.44,
35
+ "end": 78.21,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 78.21,
40
+ "end": 92.98,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 92.98,
45
+ "end": 106.83,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 106.83,
50
+ "end": 122.52,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 122.52,
55
+ "end": 137.29,
56
+ "label": "verse"
57
+ },
58
+ {
59
+ "start": 137.29,
60
+ "end": 152.06,
61
+ "label": "verse"
62
+ },
63
+ {
64
+ "start": 152.06,
65
+ "end": 166.37,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 166.37,
70
+ "end": 181.6,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 181.6,
75
+ "end": 196.37,
76
+ "label": "outro"
77
+ },
78
+ {
79
+ "start": 196.37,
80
+ "end": 211.02,
81
+ "label": "outro"
82
+ },
83
+ {
84
+ "start": 211.02,
85
+ "end": 226.72,
86
+ "label": "outro"
87
+ }
88
+ ]
89
+ }
struct/CARSTEN2X, Joe Butler - ⋆CALIFORNIA⋆.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/CARSTEN2X, Joe Butler - \u22c6CALIFORNIA\u22c6.mp3",
3
+ "bpm": 109,
4
+ "beats": [0.01,0.54,1.08,1.62,2.17,2.71,3.26,3.81,4.36,4.9,5.45,5.98,6.54,7.07,7.63,8.17,8.73,9.27,9.81,10.35,10.9,11.44,11.99,12.54,13.11,13.63,14.17,14.72,15.26,15.8,16.35,16.9,17.45,17.99,18.54,19.09,19.63,20.18,20.72,21.27,21.81,22.36,22.91,23.45,23.99,24.54,25.09,25.63,26.18,26.72,27.27,27.81,28.36,28.9,29.45,30.0,30.54,31.08,31.63,32.18,32.72,33.27,33.82,34.36,34.9,35.45,36.0,36.54,37.09,37.63,38.18,38.72,39.27,39.81,40.36,40.91,41.45,41.99,42.54,43.09,43.63,44.18,44.73,45.27,45.81,46.36,46.9,47.45,47.99,48.54,49.09,49.63,50.18,50.72,51.26,51.81,52.36,52.9,53.45,54.0,54.54,55.08,55.63,56.18,56.72,57.27,57.82,58.36,58.9,59.45,60.0,60.54,61.09,61.63,62.18,62.73,63.27,63.81,64.36,64.91,65.45,65.99,66.54,67.09,67.63,68.17,68.71,69.27,69.81,70.35,70.9,71.45,71.99,72.54,73.09,73.63,74.18,74.72,75.27,75.81,76.36,76.9,77.45,78.0,78.54,79.08,79.63,80.18,80.72,81.27,81.81,82.36,82.9,83.45,84.0,84.54,85.09,85.62,86.18,86.72,87.27,87.81,88.36,88.91,89.45,89.99,90.54,91.09,91.63,92.18,92.73,93.26,93.81,94.36,94.91,95.45,96.0,96.54,97.09,97.63,98.18,98.72,99.27,99.82,100.36,100.9,101.45,102.0,102.54,103.08,103.63,104.18,104.73,105.26,105.81,106.35,106.9,107.45,108.0,108.54,109.09,109.63,110.18,110.73,111.27,111.81,112.36,112.91,113.45,113.99,114.54,115.08,115.63,116.17,116.72,117.27,117.82,118.36,118.9,119.45,119.99,120.54,121.09,121.63,122.18,122.72,123.27,123.81,124.35,124.9,125.45,125.99,126.54,127.08,127.63,128.17,128.72,129.27,129.82,130.36,130.91,131.44,132.0,132.54,133.08,133.63,134.18,134.72,135.27,135.81,136.36,136.9,137.45,138.0,138.54,139.09,139.63,140.17,140.72,141.27,141.81,142.34,142.9,143.43],
5
+ "downbeats": [0.01,2.17,4.36,6.54,8.73,10.9,13.11,15.26,17.45,19.63,21.81,23.99,26.18,28.36,30.54,32.72,34.9,37.09,39.27,41.45,43.63,45.81,47.99,50.18,52.36,54.54,56.72,58.9,61.09,63.27,65.45,67.63,69.81,71.99,74.18,76.36,78.54,80.72,82.9,85.09,87.27,89.45,91.63,93.81,96.0,98.18,100.36,102.54,104.73,106.9,109.09,111.27,113.45,115.63,117.82,119.99,122.18,124.35,126.54,128.72,130.91,133.08,135.27,137.45,139.63,141.81],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.01,
11
+ "label": "intro"
12
+ },
13
+ {
14
+ "start": 0.01,
15
+ "end": 16.89,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 16.89,
20
+ "end": 34.9,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 34.9,
25
+ "end": 52.36,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 52.36,
30
+ "end": 69.81,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 69.81,
35
+ "end": 87.26,
36
+ "label": "bridge"
37
+ },
38
+ {
39
+ "start": 87.26,
40
+ "end": 108.53,
41
+ "label": "bridge"
42
+ },
43
+ {
44
+ "start": 108.53,
45
+ "end": 124.35,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 124.35,
50
+ "end": 143.93,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 143.93,
55
+ "end": 144.45,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }
struct/CHANEY - Prayer.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/CHANEY - Prayer.mp3",
3
+ "bpm": 125,
4
+ "beats": [2.84,3.33,3.8,4.28,4.75,5.23,5.71,6.18,6.66,7.14,7.61,8.09,8.56,9.04,9.52,9.99,10.47,10.94,11.42,11.9,12.37,12.85,13.32,13.8,14.28,14.76,15.23,15.71,16.18,16.66,17.13,17.61,18.08,18.56,19.04,19.52,19.99,20.47,20.94,21.42,21.9,22.37,22.85,23.32,23.8,24.28,24.75,25.23,25.71,26.18,26.66,27.14,27.61,28.09,28.56,29.04,29.51,29.99,30.47,30.94,31.42,31.9,32.37,32.85,33.33,33.8,34.28,34.75,35.23,35.71,36.18,36.66,37.13,37.61,38.09,38.56,39.04,39.52,39.99,40.47,40.94,41.42,41.9,42.37,42.85,43.33,43.8,44.28,44.75,45.23,45.7,46.18,46.66,47.14,47.61,48.09,48.56,49.04,49.52,49.99,50.47,50.94,51.42,51.9,52.37,52.85,53.32,53.8,54.27,54.76,55.23,55.71,56.18,56.65,57.13,57.61,58.09,58.56,59.04,59.51,59.99,60.47,60.94,61.42,61.9,62.37,62.85,63.32,63.8,64.27,64.76,65.23,65.71,66.18,66.66,67.13,67.61,68.09,68.56,69.04,69.52,69.99,70.47,70.94,71.42,71.89,72.37,72.85,73.32,73.8,74.28,74.75,75.23,75.71,76.18,76.66,77.13,77.61,78.08,78.57,79.04,79.52,79.99,80.47,80.94,81.42,81.9,82.37,82.85,83.32,83.8,84.28,84.75,85.23,85.71,86.18,86.66,87.13,87.61,88.09,88.56,89.04,89.51,89.99,90.46,90.94,91.42,91.9,92.37,92.85,93.32,93.8,94.27,94.75,95.23,95.71,96.18,96.66,97.13,97.61,98.09,98.56,99.04,99.52,99.99,100.47,100.94,101.42,101.9,102.37,102.85,103.33,103.8,104.28,104.75,105.23,105.71,106.18,106.66,107.14,107.61,108.09,108.56,109.04,109.52,109.99,110.47,110.94,111.42,111.9,112.37,112.85,113.32,113.8,114.28,114.75,115.23,115.71,116.18,116.66,117.13,117.61,118.09,118.56,119.03,119.52,119.99,120.47,120.94,121.42,121.89,122.37,122.85,123.33,123.8,124.28,124.75,125.23,125.71,126.19,126.66,127.14,127.61,128.09,128.56,129.04,129.52,129.99,130.47,130.95,131.42,131.89,132.37,132.85,133.32,133.8,134.28,134.75,135.22,135.7,136.18,136.65,137.13,137.61,138.08,138.56,139.03,139.51,139.99,140.47,140.94,141.42,141.89,142.37,142.85,143.32,143.8,144.28,144.75,145.23,145.71,146.18,146.66,147.13,147.61,148.09,148.56,149.04,149.51,149.99,150.47,150.94,151.42,151.9,152.37,152.85,153.32,153.8,154.28,154.75,155.23,155.71,156.18,156.66,157.13,157.61,158.09,158.56,159.04,159.52,159.99,160.47,160.94,161.42,161.9,162.37,162.85,163.32,163.8,164.28,164.75,165.23,165.71,166.18,166.66,167.14,167.61,168.09,168.56,169.04,169.51,169.99,170.47,170.95,171.42,171.9,172.37,172.85,173.32,173.8,174.28,174.76,175.23,175.71,176.18,176.66,177.14,177.61,178.09,178.57,179.04,179.52,179.99,180.47,180.94,181.42,181.9,182.38,182.85,183.33,183.8,184.28,184.75,185.24,185.71,186.19,186.66,187.14,187.61,188.09,188.57],
5
+ "downbeats": [3.8,5.71,7.61,9.52,11.42,13.32,15.23,17.13,19.04,20.94,22.85,24.75,26.66,28.56,30.47,32.37,34.28,36.18,38.09,39.99,41.9,43.8,45.7,47.61,49.52,51.42,53.32,55.23,57.13,59.04,60.94,62.85,64.76,66.66,68.56,70.47,72.37,74.28,76.18,78.08,79.99,81.9,83.8,85.71,87.61,89.51,91.42,93.32,95.23,97.13,99.04,100.94,102.85,104.75,106.66,108.56,110.47,112.37,114.28,116.18,118.09,119.99,121.89,123.8,125.71,127.61,129.52,131.42,133.32,135.22,137.13,139.03,140.94,142.85,144.75,146.66,148.56,150.47,152.37,154.28,156.18,158.09,159.99,161.9,163.8,165.71,167.61,169.51,171.42,173.32,175.23,177.14,179.04,180.94,182.85,184.75,186.66,188.57],
6
+ "beat_positions": [3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 3.8,
11
+ "label": "verse"
12
+ },
13
+ {
14
+ "start": 3.8,
15
+ "end": 19.03,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 19.03,
20
+ "end": 34.27,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 34.27,
25
+ "end": 49.51,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 49.51,
30
+ "end": 64.76,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 64.76,
35
+ "end": 79.99,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 79.99,
40
+ "end": 95.22,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 95.22,
45
+ "end": 110.46,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 110.46,
50
+ "end": 125.7,
51
+ "label": "inst"
52
+ },
53
+ {
54
+ "start": 125.7,
55
+ "end": 140.94,
56
+ "label": "bridge"
57
+ },
58
+ {
59
+ "start": 140.94,
60
+ "end": 159.99,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 159.99,
65
+ "end": 175.22,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 175.22,
70
+ "end": 188.56,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 188.56,
75
+ "end": 192.0,
76
+ "label": "end"
77
+ }
78
+ ]
79
+ }
struct/CHINCHILLA - Avoidance.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/CHINCHILLA - Avoidance.mp3",
3
+ "bpm": 80,
4
+ "beats": [0.33,1.08,1.83,2.58,3.34,4.08,4.83,5.58,6.33,7.08,7.83,8.59,9.33,10.09,10.83,11.59,12.33,13.08,13.83,14.59,15.34,16.08,16.83,17.58,18.32,19.09,19.84,20.59,21.34,22.09,22.82,23.59,24.33,25.08,25.83,26.59,27.34,28.08,28.83,29.6,30.32,31.09,31.84,32.59,33.33,34.09,34.83,35.58,36.35,37.09,37.83,38.58,39.33,40.07,40.83,41.6,42.33,43.09,43.83,44.58,45.33,46.09,46.84,47.58,48.34,49.09,49.82,50.58,51.31,52.09,52.84,53.58,54.33,55.09,55.84,56.6,57.32,58.09,58.85,59.59,60.36,61.08,61.82,62.58,63.32,64.09,64.85,65.59,66.35,67.1,67.84,68.58,69.34,70.09,70.83,71.58,72.32,73.08,73.82,74.57,75.34,76.11,76.87,77.6,78.32,79.08,79.83,80.58,81.33,82.08,82.84,83.59,84.33,85.08,85.84,86.59,87.33,88.08,88.86,89.59,90.31,91.09,91.84,92.59,93.33,94.09,94.82,95.6,96.33,97.09,97.84,98.59,99.34,100.08,100.83,101.6,102.33,103.09,103.84,104.59,105.34,106.09,106.82,107.57,108.34,109.09,109.83,110.58,111.36,112.1,112.83,113.58,114.34,115.1,115.85,116.6,117.33,118.09,118.85,119.59,120.35,121.09,121.83,122.58,123.32,124.09,124.84,125.58,126.35,127.1,127.85,128.61,129.35,130.09,130.85,131.59,132.35,133.08,133.83,134.58,135.33,136.09,136.85,137.58,138.35,139.09,139.86,140.59,141.33,142.1,142.84,143.59,144.32,145.08,145.83,146.59,147.35,148.11,148.87,149.63,150.34,151.09,151.84,152.59,153.34,154.09,154.82,155.59,156.33,157.09,157.87,158.6,159.34,160.08,160.82,161.59,162.35,163.09,163.84,164.58,165.34,166.1,166.84,167.59,168.34,169.08,169.83,170.58,171.35,172.1,172.84,173.59,174.34,175.09,175.84,176.59,177.34,178.08,178.84,179.58,180.34,181.09,181.85,182.58,183.34,184.09,184.85,185.58,186.34,187.08,187.84,188.59,189.34,190.09,190.84,191.59,192.34,193.09,193.84,194.59,195.34,196.09,196.84,197.59,198.34,199.09,199.84,200.58,201.34,202.09,202.84,203.58,204.33,205.08,205.82,206.56,207.34],
5
+ "downbeats": [0.33,3.34,6.33,9.33,12.33,15.34,18.32,21.34,24.33,27.34,30.32,33.33,36.35,39.33,42.33,45.33,48.34,51.31,54.33,57.32,60.36,63.32,66.35,69.34,72.32,75.34,78.32,81.33,84.33,87.33,90.31,93.33,96.33,99.34,102.33,105.34,108.34,111.36,114.34,117.33,120.35,123.32,126.35,129.35,132.35,135.33,138.35,141.33,144.32,147.35,150.34,153.34,156.33,159.34,162.35,165.34,168.34,171.35,174.34,177.34,180.34,183.34,186.34,189.34,192.34,195.34,198.34,201.34,204.33,207.34],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.33,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.33,
15
+ "end": 13.08,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 13.08,
20
+ "end": 42.32,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 42.32,
25
+ "end": 84.33,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 84.33,
30
+ "end": 114.33,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 114.33,
35
+ "end": 147.35,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 147.35,
40
+ "end": 174.34,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 174.34,
45
+ "end": 207.34,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 207.34,
50
+ "end": 215.22,
51
+ "label": "end"
52
+ }
53
+ ]
54
+ }
struct/CID - Can You Really Feel Me.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/CID - Can You Really Feel Me.mp3",
3
+ "bpm": 128,
4
+ "beats": [0.46,0.93,1.4,1.88,2.35,2.82,3.29,3.77,4.24,4.71,5.19,5.66,6.13,6.6,7.08,7.55,8.02,8.49,8.96,9.44,9.91,10.38,10.85,11.33,11.8,12.28,12.75,13.23,13.69,14.16,14.63,15.11,15.58,16.05,16.52,17.0,17.47,17.94,18.41,18.89,19.36,19.83,20.3,20.78,21.25,21.72,22.19,22.66,23.14,23.61,24.08,24.56,25.03,25.5,25.97,26.44,26.92,27.39,27.86,28.33,28.81,29.28,29.75,30.23,30.7,31.17,31.64,32.11,32.59,33.06,33.53,34.0,34.48,34.95,35.42,35.89,36.37,36.84,37.31,37.78,38.26,38.73,39.2,39.68,40.15,40.62,41.09,41.56,42.04,42.51,42.98,43.46,43.93,44.4,44.87,45.35,45.82,46.29,46.76,47.23,47.7,48.18,48.65,49.12,49.59,50.07,50.54,51.01,51.49,51.96,52.43,52.9,53.37,53.85,54.32,54.79,55.27,55.74,56.21,56.68,57.16,57.63,58.1,58.57,59.05,59.52,59.99,60.46,60.94,61.41,61.88,62.35,62.82,63.3,63.77,64.24,64.71,65.19,65.66,66.13,66.6,67.08,67.55,68.02,68.49,68.97,69.44,69.91,70.39,70.86,71.33,71.8,72.27,72.75,73.22,73.69,74.17,74.64,75.11,75.58,76.05,76.52,77.0,77.47,77.94,78.42,78.89,79.36,79.84,80.31,80.78,81.25,81.72,82.2,82.67,83.14,83.61,84.09,84.56,85.02,85.5,85.98,86.45,86.92,87.39,87.87,88.34,88.8,89.28,89.76,90.23,90.7,91.17,91.65,92.12,92.59,93.07,93.54,94.01,94.48,94.96,95.43,95.9,96.37,96.84,97.32,97.79,98.27,98.74,99.21,99.68,100.15,100.62,101.09,101.55,102.03,102.5,102.98,103.45,103.93,104.4,104.87,105.34,105.82,106.29,106.76,107.23,107.71,108.18,108.65,109.12,109.6,110.07,110.54,111.01,111.49,111.96,112.43,112.9,113.38,113.85,114.32,114.79,115.27,115.74,116.21,116.68,117.16,117.63,118.1,118.57,119.04,119.52,119.99,120.46,120.93,121.41,121.88,122.35,122.82,123.3,123.77,124.24,124.71,125.18,125.66,126.13,126.6,127.08,127.55,128.02,128.49,128.97,129.44,129.91,130.39,130.86,131.33,131.81,132.27,132.75,133.22,133.69,134.17,134.64,135.11,135.58,136.06],
5
+ "downbeats": [1.88,3.77,5.66,7.55,9.44,11.33,13.23,15.11,17.0,18.89,20.78,22.66,24.56,26.44,28.33,30.23,32.11,34.0,35.89,37.78,39.68,41.56,43.46,45.35,47.23,49.12,51.01,52.9,54.79,56.68,58.57,60.46,62.35,64.24,66.13,68.02,69.91,71.8,73.69,75.58,77.47,79.36,81.25,83.14,85.02,86.92,88.8,90.7,92.59,94.48,96.37,98.27,100.15,102.03,103.93,105.82,107.71,109.6,111.49,113.38,115.27,117.16,119.04,120.93,122.82,124.71,126.6,128.49,130.39,132.27,134.17,136.06],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 15.1,
11
+ "label": "verse"
12
+ },
13
+ {
14
+ "start": 15.1,
15
+ "end": 30.22,
16
+ "label": "chorus"
17
+ },
18
+ {
19
+ "start": 30.22,
20
+ "end": 45.34,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 45.34,
25
+ "end": 75.57,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 75.57,
30
+ "end": 105.81,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 105.81,
35
+ "end": 120.93,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 120.93,
40
+ "end": 136.06,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 136.06,
45
+ "end": 139.85,
46
+ "label": "end"
47
+ }
48
+ ]
49
+ }
struct/Callinsick - Big Mouth.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Callinsick - Big Mouth.mp3",
3
+ "bpm": 171,
4
+ "beats": [0.55,0.89,1.26,1.61,1.95,2.31,2.66,3.02,3.37,3.73,4.1,4.45,4.8,5.16,5.51,5.86,6.2,6.55,6.91,7.27,7.61,7.96,8.32,8.67,9.02,9.37,9.73,10.09,10.43,10.78,11.14,11.5,11.85,12.21,12.56,12.91,13.26,13.62,13.98,14.33,14.68,15.04,15.39,15.74,16.1,16.45,16.8,17.16,17.51,17.86,18.21,18.56,18.92,19.27,19.63,19.98,20.33,20.69,21.04,21.39,21.74,22.09,22.45,22.81,23.15,23.5,23.86,24.21,24.56,24.92,25.27,25.62,25.98,26.33,26.68,27.03,27.39,27.74,28.09,28.45,28.8,29.15,29.51,29.86,30.21,30.56,30.92,31.27,31.62,31.98,32.33,32.68,33.03,33.38,33.74,34.08,34.44,34.8,35.15,35.51,35.85,36.21,36.56,36.91,37.27,37.62,37.97,38.33,38.68,39.03,39.39,39.74,40.09,40.45,40.8,41.15,41.5,41.86,42.21,42.56,42.91,43.27,43.62,43.97,44.33,44.68,45.03,45.39,45.74,46.09,46.44,46.8,47.15,47.5,47.85,48.21,48.56,48.91,49.27,49.62,49.97,50.33,50.68,51.03,51.39,51.74,52.09,52.44,52.79,53.15,53.5,53.86,54.21,54.56,54.91,55.27,55.62,55.97,56.33,56.68,57.03,57.39,57.74,58.09,58.44,58.8,59.14,59.51,59.85,60.21,60.56,60.92,61.26,61.62,61.97,62.33,62.67,63.03,63.38,63.75,64.09,64.45,64.79,65.16,65.49,65.86,66.21,66.57,66.91,67.27,67.62,67.97,68.32,68.68,69.03,69.39,69.74,70.09,70.44,70.8,71.15,71.5,71.86,72.21,72.56,72.91,73.27,73.62,73.97,74.33,74.68,75.03,75.38,75.74,76.09,76.45,76.8,77.15,77.51,77.86,78.21,78.56,78.92,79.26,79.62,79.98,80.33,80.68,81.03,81.39,81.74,82.09,82.45,82.8,83.15,83.51,83.86,84.21,84.56,84.92,85.27,85.62,85.98,86.33,86.68,87.04,87.38,87.74,88.09,88.45,88.8,89.15,89.5,89.86,90.21,90.57,90.92,91.27,91.62,91.97,92.33,92.68,93.03,93.39,93.74,94.09,94.45,94.8,95.15,95.51,95.86,96.21,96.56,96.92,97.27,97.62,97.97,98.33,98.68,99.03,99.39,99.74,100.1,100.45,100.8,101.15,101.51,101.86,102.21,102.56,102.92,103.27,103.62,103.97,104.33,104.68,105.04,105.39,105.74,106.09,106.45,106.8,107.15,107.5,107.86,108.21,108.56,108.91,109.27,109.62,109.97,110.33,110.68,111.04,111.39,111.74,112.09,112.45,112.8,113.15,113.51,113.86,114.21,114.56,114.91,115.27,115.62,115.97,116.33,116.68,117.03,117.39,117.74,118.09,118.45,118.8,119.15,119.49,119.8,120.13,120.45,120.76,121.08,121.4],
5
+ "downbeats": [1.61,3.02,4.45,5.86,7.27,8.67,10.09,11.5,12.91,14.33,15.74,17.16,18.56,19.98,21.39,22.81,24.21,25.62,27.03,28.45,29.86,31.27,32.68,34.08,35.51,36.91,38.33,39.74,41.15,42.56,43.97,45.39,46.8,48.21,49.62,51.03,52.44,53.86,55.27,56.68,58.09,59.51,60.92,62.33,63.75,65.16,66.57,67.97,69.39,70.8,72.21,73.62,75.03,76.45,77.86,79.26,80.68,82.09,83.51,84.92,86.33,87.74,89.15,90.57,91.97,93.39,94.8,96.21,97.62,99.03,100.45,101.86,103.27,104.68,106.09,107.5,108.91,110.33,111.74,113.15,114.56,115.97,117.39,118.8,120.13,121.4],
6
+ "beat_positions": [2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 34.44,
11
+ "label": "verse"
12
+ },
13
+ {
14
+ "start": 34.44,
15
+ "end": 56.68,
16
+ "label": "chorus"
17
+ },
18
+ {
19
+ "start": 56.68,
20
+ "end": 79.62,
21
+ "label": "bridge"
22
+ },
23
+ {
24
+ "start": 79.62,
25
+ "end": 101.86,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 101.86,
30
+ "end": 118.8,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 118.8,
35
+ "end": 129.14,
36
+ "label": "chorus"
37
+ }
38
+ ]
39
+ }
struct/Calum Scott - Die For You.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Calum Scott - Die For You.mp3",
3
+ "bpm": 71,
4
+ "beats": [0.22,1.06,1.91,2.75,3.61,4.44,5.29,6.13,6.98,7.83,8.68,9.51,10.37,11.2,12.06,12.9,13.74,14.59,15.43,16.28,17.12,17.97,18.81,19.66,20.5,21.34,22.19,23.04,23.88,24.72,25.58,26.42,27.26,28.11,28.95,29.79,30.65,31.49,32.33,33.17,34.02,34.86,35.71,36.56,37.42,38.24,39.09,39.94,40.78,41.63,42.47,43.32,44.17,45.02,45.85,46.7,47.55,48.39,49.24,50.07,50.92,51.77,52.62,53.46,54.32,55.16,56.0,56.84,57.68,58.53,59.37,60.22,61.06,61.9,62.75,63.6,64.44,65.29,66.14,66.98,67.82,68.67,69.52,70.36,71.21,72.04,72.89,73.75,74.6,75.42,76.27,77.12,77.96,78.81,79.66,80.5,81.35,82.19,83.04,83.89,84.72,85.56,86.41,87.26,88.1,88.95,89.8,90.64,91.49,92.33,93.17,94.03,94.87,95.7,96.56,97.41,98.24,99.1,99.96,100.79,101.66,102.47,103.34,104.19,105.04,105.86,106.7,107.55,108.39,109.24,110.09,110.92,111.76,112.6,113.46,114.31,115.15,116.0,116.85,117.68,118.53,119.36,120.22,121.07,121.91,122.74,123.59,124.47,125.29,126.12,126.95,127.81,128.67,129.5,130.36,131.22,132.04,132.89,133.71,134.57,135.42,136.25,137.09,137.96,138.8,139.65,140.49,141.34,142.2,143.02,143.89,144.72,145.55,146.4,147.26,148.11,148.95,149.78,150.64,151.49,152.32,153.16,154.02,154.86,155.71,156.54,157.39,158.23,159.08,159.93,160.76,161.61,162.46,163.31,164.16,165.0,165.85,166.7,167.53,168.38,169.23,170.06,170.91,171.74,172.61,173.46,174.3,175.14,176.0],
5
+ "downbeats": [0.22,3.61,6.98,10.37,13.74,17.12,20.5,23.88,27.26,30.65,34.02,37.42,40.78,44.17,47.55,50.92,54.32,57.68,61.06,64.44,67.82,71.21,74.6,77.96,81.35,84.72,88.1,91.49,94.87,98.24,101.66,105.04,108.39,111.76,115.15,118.53,121.91,125.29,128.67,132.04,135.42,138.8,142.2,145.55,148.95,152.32,155.71,159.08,162.46,165.85,169.23,172.61,176.0],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.21,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.21,
15
+ "end": 15.43,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 15.43,
20
+ "end": 28.96,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 28.96,
25
+ "end": 54.31,
26
+ "label": "verse"
27
+ },
28
+ {
29
+ "start": 54.31,
30
+ "end": 81.35,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 81.35,
35
+ "end": 96.55,
36
+ "label": "chorus"
37
+ },
38
+ {
39
+ "start": 96.55,
40
+ "end": 121.9,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 121.9,
45
+ "end": 148.95,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 148.95,
50
+ "end": 176.0,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 176.0,
55
+ "end": 186.77,
56
+ "label": "outro"
57
+ }
58
+ ]
59
+ }
struct/Cate Le Bon - Heaven Is No Feeling.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Cate Le Bon - Heaven Is No Feeling.mp3",
3
+ "bpm": 105,
4
+ "beats": [2.52,3.08,3.65,4.21,4.77,5.34,5.9,6.47,7.03,7.6,8.16,8.74,9.3,9.87,10.43,11.0,11.56,12.13,12.69,13.27,13.82,14.4,14.96,15.52,16.09,16.66,17.22,17.79,18.35,18.92,19.49,20.05,20.62,21.19,21.75,22.32,22.88,23.45,24.01,24.58,25.15,25.71,26.28,26.85,27.41,27.98,28.54,29.11,29.67,30.24,30.81,31.38,31.94,32.51,33.07,33.64,34.2,34.77,35.34,35.91,36.47,37.04,37.6,38.17,38.73,39.3,39.86,40.43,40.99,41.57,42.13,42.7,43.26,43.83,44.39,44.96,45.53,46.1,46.66,47.22,47.79,48.36,48.92,49.49,50.05,50.63,51.19,51.75,52.31,52.89,53.46,54.02,54.58,55.15,55.71,56.28,56.84,57.42,57.98,58.54,59.11,59.68,60.24,60.81,61.37,61.94,62.5,63.07,63.64,64.2,64.76,65.34,65.9,66.47,67.04,67.6,68.17,68.74,69.3,69.87,70.43,71.0,71.56,72.13,72.69,73.26,73.83,74.4,74.96,75.53,76.09,76.66,77.22,77.79,78.35,78.92,79.49,80.06,80.62,81.19,81.75,82.32,82.88,83.45,84.02,84.58,85.15,85.71,86.28,86.85,87.41,87.98,88.55,89.12,89.68,90.24,90.81,91.38,91.94,92.51,93.08,93.64,94.21,94.77,95.34,95.91,96.47,97.04,97.61,98.17,98.74,99.31,99.87,100.43,101.0,101.57,102.13,102.7,103.27,103.83,104.4,104.97,105.53,106.1,106.66,107.23,107.79,108.36,108.92,109.49,110.06,110.63,111.18,111.75,112.32,112.89,113.45,114.02,114.58,115.15,115.72,116.28,116.85,117.42,117.98,118.54,119.12,119.68,120.25,120.81,121.38,121.94,122.5,123.07,123.64,124.2,124.77,125.34,125.93,126.48,127.04,127.6,128.17,128.74,129.3,129.86,130.42,131.0,131.57,132.13,132.69,133.27,133.83,134.39,134.96,135.52,136.09,136.66,137.23,137.79,138.35,138.93,139.49,140.06,140.62,141.19,141.75,142.33,142.88,143.46,144.01,144.58,145.15,145.72,146.28,146.86,147.41,147.98,148.54,149.12,149.68,150.25,150.81,151.38,151.94,152.51,153.07,153.64,154.21,154.78,155.34,155.91,156.47,157.04,157.6,158.17,158.73,159.3,159.85,160.43,161.0,161.56,162.14,162.7,163.26,163.83,164.4,164.96,165.53,166.1,166.67,167.23,167.79,168.36,168.93,169.49,170.06,170.62,171.19,171.75,172.32,172.89,173.45,174.02,174.58,175.15,175.72,176.29,176.85,177.42,177.98,178.55,179.11,179.68,180.24,180.82,181.37,181.95,182.5,183.08,183.64,184.21,184.77,185.34,185.9,186.47,187.03,187.6,188.17,188.73,189.3,189.86,190.43,190.99,191.56,192.13,192.7,193.26,193.83,194.39,194.96,195.52,196.09,196.66,197.23,197.79,198.36,198.92,199.49,200.05,200.62,201.19,201.76,202.32,202.88,203.45,204.02,204.57,205.15,205.71,206.28,206.85,207.41,207.98,208.54,209.11,209.68,210.24,210.81,211.37,211.93,212.5,213.08,213.64,214.2,214.78,215.34,215.91],
5
+ "downbeats": [3.08,5.34,7.6,9.87,12.13,14.4,16.66,18.92,21.19,23.45,25.71,27.98,30.24,32.51,34.77,37.04,39.3,41.57,43.83,46.1,48.36,50.63,52.89,55.15,57.42,59.68,61.94,64.2,66.47,68.74,71.0,73.26,75.53,77.79,80.06,82.32,84.58,86.85,89.12,91.38,93.64,95.91,98.17,100.43,102.7,104.97,107.23,109.49,111.75,114.02,116.28,118.54,120.81,123.07,125.34,127.6,129.86,132.13,134.39,136.66,138.93,141.19,143.46,145.72,147.98,150.25,152.51,154.78,157.04,159.3,161.56,163.83,166.1,168.36,170.62,172.89,175.15,177.42,179.68,181.95,184.21,186.47,188.73,190.99,193.26,195.52,197.79,200.05,202.32,204.57,206.85,209.11,211.37,213.64,215.91],
6
+ "beat_positions": [4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.17,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.17,
15
+ "end": 24.57,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 24.57,
20
+ "end": 46.09,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 46.09,
25
+ "end": 66.45,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 66.45,
30
+ "end": 94.77,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 94.77,
35
+ "end": 114.0,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 114.0,
40
+ "end": 134.38,
41
+ "label": "verse"
42
+ },
43
+ {
44
+ "start": 134.38,
45
+ "end": 181.92,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 181.92,
50
+ "end": 197.78,
51
+ "label": "chorus"
52
+ },
53
+ {
54
+ "start": 197.78,
55
+ "end": 224.96,
56
+ "label": "outro"
57
+ },
58
+ {
59
+ "start": 224.96,
60
+ "end": 228.79,
61
+ "label": "end"
62
+ }
63
+ ]
64
+ }
struct/Charlotte OC - Romeo.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Charlotte OC - Romeo.mp3",
3
+ "bpm": 71,
4
+ "beats": [0.18,1.02,1.86,2.7,3.52,4.36,5.18,6.02,6.85,7.69,8.51,9.36,10.19,11.02,11.85,12.69,13.51,14.35,15.18,16.02,16.85,17.69,18.53,19.35,20.17,21.01,21.85,22.7,23.52,24.35,25.19,26.03,26.85,27.69,28.52,29.36,30.19,31.02,31.86,32.68,33.51,34.36,35.19,36.03,36.86,37.7,38.52,39.36,40.19,41.02,41.85,42.69,43.51,44.36,45.19,46.03,46.84,47.69,48.51,49.36,50.18,51.02,51.85,52.7,53.52,54.35,55.17,56.02,56.85,57.69,58.53,59.36,60.18,61.02,61.85,62.69,63.52,64.36,65.19,66.02,66.86,67.68,68.51,69.35,70.19,71.02,71.86,72.69,73.53,74.35,75.19,76.03,76.85,77.69,78.53,79.36,80.18,81.03,81.86,82.69,83.53,84.35,85.2,86.01,86.83,87.69,88.51,89.35,90.19,91.02,91.86,92.7,93.52,94.36,95.19,96.03,96.85,97.7,98.53,99.36,100.18,101.02,101.84,102.68,103.51,104.36,105.19,106.03,106.86,107.69,108.52,109.36,110.19,111.02,111.86,112.69,113.5,114.36,115.18,116.02,116.85,117.69,118.53,119.36,120.2,121.02,121.85,122.68,123.51,124.35,125.18,126.01,126.85,127.68,128.52,129.36,130.19,131.03,131.86,132.7,133.52,134.36,135.18,136.02,136.86,137.69,138.53,139.36,140.18,141.03,141.86,142.68,143.52,144.36,145.2,146.03,146.86,147.68,148.51,149.35,150.2,151.03,151.87,152.69,153.52,154.35,155.19,156.02,156.85,157.69,158.53,159.36,160.19,161.02,161.85,162.69,163.52,164.36,165.2,166.03,166.85,167.69,168.51,169.35,170.19,171.02,171.86,172.69,173.51,174.36,175.18,176.02,176.85,177.68,178.51,179.36,180.17,181.0,181.84,182.68,183.52,184.36,185.2,186.02,186.85,187.69,188.51,189.35,190.19,191.02],
5
+ "downbeats": [0.18,3.52,6.85,10.19,13.51,16.85,20.17,23.52,26.85,30.19,33.51,36.86,40.19,43.51,46.84,50.18,53.52,56.85,60.18,63.52,66.86,70.19,73.53,76.85,80.18,83.53,86.83,90.19,93.52,96.85,100.18,103.51,106.86,110.19,113.5,116.85,120.2,123.51,126.85,130.19,133.52,136.86,140.18,143.52,146.86,150.2,153.52,156.85,160.19,163.52,166.85,170.19,173.51,176.85,180.17,183.52,186.85,190.19],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 0.16,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 0.16,
15
+ "end": 20.17,
16
+ "label": "verse"
17
+ },
18
+ {
19
+ "start": 20.17,
20
+ "end": 33.51,
21
+ "label": "verse"
22
+ },
23
+ {
24
+ "start": 33.51,
25
+ "end": 46.84,
26
+ "label": "chorus"
27
+ },
28
+ {
29
+ "start": 46.84,
30
+ "end": 60.17,
31
+ "label": "chorus"
32
+ },
33
+ {
34
+ "start": 60.17,
35
+ "end": 86.83,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 86.83,
40
+ "end": 100.18,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 100.18,
45
+ "end": 113.49,
46
+ "label": "chorus"
47
+ },
48
+ {
49
+ "start": 113.49,
50
+ "end": 126.84,
51
+ "label": "bridge"
52
+ },
53
+ {
54
+ "start": 126.84,
55
+ "end": 140.18,
56
+ "label": "chorus"
57
+ },
58
+ {
59
+ "start": 140.18,
60
+ "end": 153.51,
61
+ "label": "chorus"
62
+ },
63
+ {
64
+ "start": 153.51,
65
+ "end": 166.84,
66
+ "label": "chorus"
67
+ },
68
+ {
69
+ "start": 166.84,
70
+ "end": 180.15,
71
+ "label": "chorus"
72
+ },
73
+ {
74
+ "start": 180.15,
75
+ "end": 206.12,
76
+ "label": "outro"
77
+ }
78
+ ]
79
+ }
struct/Christian Alexander - I Want To.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "path": "/lambda/nfs/porialab-us-south-2/ntu/renhang/tango_singer/eval_data/balanced_genre_dataset/all_tracks/tracks/Christian Alexander - I Want To.mp3",
3
+ "bpm": 150,
4
+ "beats": [2.69,3.09,3.48,3.88,4.3,4.7,5.1,5.5,5.88,6.27,6.66,7.05,7.47,7.86,8.25,8.65,9.07,9.47,9.87,10.27,10.66,11.07,11.48,11.88,12.31,12.69,13.09,13.5,13.91,14.3,14.7,15.1,15.48,15.87,16.26,16.66,17.07,17.46,17.85,18.25,18.67,19.07,19.48,19.87,20.27,20.67,21.08,21.48,21.88,22.29,22.67,23.07,23.48,23.88,24.28,24.69,25.09,25.48,25.87,26.27,26.68,27.08,27.48,27.89,28.28,28.67,29.08,29.47,29.87,30.28,30.68,31.07,31.47,31.87,32.27,32.67,33.08,33.47,33.88,34.29,34.67,35.07,35.47,35.87,36.27,36.69,37.07,37.48,37.89,38.29,38.69,39.09,39.49,39.87,40.27,40.68,41.07,41.48,41.89,42.29,42.68,43.1,43.51,43.9,44.31,44.7,45.09,45.49,45.89,46.27,46.67,47.07,47.46,47.86,48.28,48.68,49.06,49.48,49.88,50.26,50.68,51.08,51.47,51.86,52.24,52.65,53.05,53.46,53.84,54.24,54.67,55.08,55.47,55.88,56.27,56.67,57.08,57.47,57.89,58.29,58.67,59.08,59.48,59.87,60.27,60.68,61.07,61.48,61.87,62.28,62.69,63.08,63.48,63.89,64.27,64.68,65.08,65.47,65.87,66.3,66.71,67.1,67.51,67.9,68.28,68.68,69.06,69.46,69.87,70.26,70.65,71.05,71.47,71.87,72.27,72.67,73.06,73.47,73.88,74.28,74.68,75.09,75.47,75.87,76.27,76.68,77.08,77.49,77.89,78.28,78.67,79.07,79.48,79.88,80.28,80.69,81.08,81.47,81.88,82.27,82.67,83.09,83.48,83.87,84.28,84.69,85.09,85.48,85.89,86.28,86.69,87.09,87.49,87.88,88.28,88.67,89.07,89.48,89.89,90.27,90.68,91.07,91.49,91.89,92.28,92.67,93.07,93.47,93.87,94.27,94.67,95.08,95.47,95.87,96.28,96.69,97.08,97.47,97.88,98.27,98.67,99.08,99.48,99.88,100.28,100.68,101.08,101.49,101.88,102.27,102.67,103.07,103.47,103.88,104.27,104.69,105.08,105.47,105.89,106.28,106.68,107.08,107.47,107.86,108.26,108.67,109.06,109.46,109.87,110.27,110.67,111.07,111.47,111.87,112.27,112.67,113.07,113.48,113.87,114.27,114.67,115.06,115.47,115.88,116.27,116.66,117.06,117.47,117.87,118.28,118.67,119.08,119.48,119.87,120.27,120.67,121.06,121.48,121.86,122.26,122.66,123.09,123.48,124.01,124.48,125.06,125.87,126.62,127.48,128.26,129.07,129.89,130.69,131.5,132.26,133.05,133.87,134.67,135.48,136.28,137.07,137.87,138.67,139.49,140.28,141.08,141.86,142.67,143.46,144.24,145.07,145.89,146.67,147.5,148.31,149.08,149.87,150.69,151.48,152.25,153.05,153.82,154.65,155.46,156.25,157.06],
5
+ "downbeats": [2.69,4.3,5.88,7.47,9.07,10.66,12.31,13.91,15.48,17.07,18.67,20.27,21.88,23.48,25.09,26.68,28.28,29.87,31.47,33.08,34.67,36.27,37.89,39.49,41.07,42.68,44.31,45.89,47.46,49.06,50.68,52.24,53.84,55.47,57.08,58.67,60.27,61.87,63.48,65.08,66.71,68.28,69.87,71.47,73.06,74.68,76.27,77.89,79.48,81.08,82.67,84.28,85.89,87.49,89.07,90.68,92.28,93.87,95.47,97.08,98.67,100.28,101.88,103.47,105.08,106.68,108.26,109.87,111.47,113.07,114.67,116.27,117.87,119.48,121.06,122.66,124.48,127.48,130.69,133.87,137.07,140.28,143.46,146.67,149.87,153.05,156.25],
6
+ "beat_positions": [1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,2],
7
+ "segments": [
8
+ {
9
+ "start": 0.0,
10
+ "end": 2.68,
11
+ "label": "start"
12
+ },
13
+ {
14
+ "start": 2.68,
15
+ "end": 31.45,
16
+ "label": "intro"
17
+ },
18
+ {
19
+ "start": 31.45,
20
+ "end": 50.68,
21
+ "label": "chorus"
22
+ },
23
+ {
24
+ "start": 50.68,
25
+ "end": 65.08,
26
+ "label": "inst"
27
+ },
28
+ {
29
+ "start": 65.08,
30
+ "end": 84.28,
31
+ "label": "verse"
32
+ },
33
+ {
34
+ "start": 84.28,
35
+ "end": 102.26,
36
+ "label": "verse"
37
+ },
38
+ {
39
+ "start": 102.26,
40
+ "end": 127.47,
41
+ "label": "chorus"
42
+ },
43
+ {
44
+ "start": 127.47,
45
+ "end": 146.66,
46
+ "label": "solo"
47
+ },
48
+ {
49
+ "start": 146.66,
50
+ "end": 168.71,
51
+ "label": "outro"
52
+ },
53
+ {
54
+ "start": 168.71,
55
+ "end": 168.72,
56
+ "label": "end"
57
+ }
58
+ ]
59
+ }