KeisukeImoto commited on
Commit
5832359
·
verified ·
1 Parent(s): 4034649

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -16,20 +16,18 @@ tags:
16
  **MIAO** is a multimodal dataset consisting of paired **sound event clips** and **onomatopoeic images**, which is designed to support research and development on multimodal correspondence between sounds and visual onomatopoeic expressions.
17
  It can be used for a wide range of tasks, including cross-modal retrieval, multimodal representation learning, and generative modeling of sounds and images.
18
 
19
- ### Examples of omomatopoeic images
20
-
21
- <table>
22
- <tr>
23
- <td align="center">
24
- <img src="sample/Chainsaw.png" alt="Chainsaw" width="300"><br>
25
- Onomatopoeic image for "Chainsaw"
26
- </td>
27
- <td align="center">
28
- <img src="sample/Dog_barking.png" alt="Dog barking" width="300"><br>
29
- Onomatopoeic image for "Dog barking"
30
- </td>
31
- </tr>
32
- </table>
33
 
34
  ## Citation
35
 
 
16
  **MIAO** is a multimodal dataset consisting of paired **sound event clips** and **onomatopoeic images**, which is designed to support research and development on multimodal correspondence between sounds and visual onomatopoeic expressions.
17
  It can be used for a wide range of tasks, including cross-modal retrieval, multimodal representation learning, and generative modeling of sounds and images.
18
 
19
+ ### Examples of onomatopoeic images
20
+
21
+ <div style="display: flex; gap: 24px; justify-content: center; align-items: flex-start;">
22
+ <div style="text-align: center;">
23
+ <img src="sample/Chainsaw.png" alt="Chainsaw" width="300">
24
+ <p style="margin-top: 4px;">Onomatopoeic image for "Chainsaw"</p>
25
+ </div>
26
+ <div style="text-align: center;">
27
+ <img src="sample/Dog_barking.png" alt="Dog barking" width="300">
28
+ <p style="margin-top: 4px;">Onomatopoeic image for "Dog barking"</p>
29
+ </div>
30
+ </div>
 
 
31
 
32
  ## Citation
33