Datasets:
mb23
/

Languages:
English
License:
mickylan2367 commited on
Commit
5371483
·
1 Parent(s): 3d5ac26

Update README

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -11,7 +11,27 @@ 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
+ <th>
17
+ <td>画像</td>
18
+ <td>caption</td>
19
+ <td>data_idx</td>
20
+ <td>number</td>
21
+ </th>
22
+ <tr>
23
+ <td>1025px × 861px</td>
24
+ <td>音楽の説明</td>
25
+ <td>どのデータから生成されたデータか</td>
26
+ <td>5秒ずつ区切ったデータのうち、何番目か</td>
27
+ </tr>
28
+ </table>
29
+
30
  ### データ作った方法
31
+
32
+ * コード:https://colab.research.google.com/drive/13m792FEoXszj72viZuBtusYRUL1z6Cu2?usp=sharing
33
+ * 参考にしたKaggle Notebook : https://www.kaggle.com/code/osanseviero/musiccaps-explorer
34
+
35
  ```python
36
  from PIL import Image
37
  import IPython.display