Merge branch 'main' of https://huggingface.co/datasets/mickylan2367/GraySpectrogram2
Browse files
README.md
CHANGED
@@ -11,7 +11,29 @@ size_categories:
|
|
11 |
|
12 |
## Google/MusicCapsをスペクトログラムにしたデータ。
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
### データ作った方法
|
|
|
|
|
|
|
|
|
15 |
```python
|
16 |
from PIL import Image
|
17 |
import IPython.display
|
|
|
11 |
|
12 |
## Google/MusicCapsをスペクトログラムにしたデータ。
|
13 |
|
14 |
+
### データの基本情報
|
15 |
+
<table>
|
16 |
+
<thead>
|
17 |
+
<td>画像</td>
|
18 |
+
<td>caption</td>
|
19 |
+
<td>data_idx</td>
|
20 |
+
<td>number</td>
|
21 |
+
</thead>
|
22 |
+
<tbody>
|
23 |
+
<tr>
|
24 |
+
<td>1025px × 216px</td>
|
25 |
+
<td>音楽の説明</td>
|
26 |
+
<td>どのデータから生成されたデータか</td>
|
27 |
+
<td>5秒ずつ区切ったデータのうち、何番目か</td>
|
28 |
+
</tr>
|
29 |
+
</tbody>
|
30 |
+
</table>
|
31 |
+
|
32 |
### データ作った方法
|
33 |
+
|
34 |
+
* コード:https://colab.research.google.com/drive/13m792FEoXszj72viZuBtusYRUL1z6Cu2?usp=sharing
|
35 |
+
* 参考にしたKaggle Notebook : https://www.kaggle.com/code/osanseviero/musiccaps-explorer
|
36 |
+
|
37 |
```python
|
38 |
from PIL import Image
|
39 |
import IPython.display
|