Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,29 +30,12 @@ This dataset is associated with the paper "The Sound of Water: Inferring Physica
|
|
30 |
**TL;DR**: We present a method to infer physical properties of liquids from *just* the sound of pouring. We show in theory how *pitch* can be used to derive various physical properties such as container height, flow rate, etc. Then, we train a pitch detection network (`wav2vec2`) using simulated and real data. The resulting model can predict the physical properties of pouring liquids with high accuracy. The latent representations learned also encode information about liquid mass and container shape.
|
31 |
|
32 |
|
33 |
-
## βΉοΈ About the dataset
|
34 |
-
|
35 |
-
The dataset is stored in the following directory structure:
|
36 |
-
```sh
|
37 |
-
SoundOfWater/
|
38 |
-
|-- annotations
|
39 |
-
|-- assets
|
40 |
-
|-- audios
|
41 |
-
|-- README.md
|
42 |
-
|-- splits
|
43 |
-
|-- videos
|
44 |
-
`-- youtube_samples
|
45 |
-
|
46 |
-
6 directories, 1 file
|
47 |
-
```
|
48 |
-
|
49 |
## π Table of Contents
|
50 |
|
51 |
- [π° The Sound of Water: Inferring Physical Properties from Pouring Liquids](#-the-sound-of-water-inferring-physical-properties-from-pouring-liquids)
|
52 |
-
- [βΉοΈ About the dataset](#βΉοΈ-about-the-dataset)
|
53 |
- [π Table of Contents](#-table-of-contents)
|
54 |
- [π Dataset Overview](#-dataset-overview)
|
55 |
-
- [π₯ Video and audio
|
56 |
- [ποΈ Splits](#οΈ-splits)
|
57 |
- [π Annotations](#-annotations)
|
58 |
- [Container measurements and other metadata](#container-measurements-and-other-metadata)
|
@@ -66,9 +49,25 @@ SoundOfWater/
|
|
66 |
|
67 |
We collect a dataset of 805 clean videos that show the action of pouring water in a container. Our dataset spans over 50 unique containers made of 5 different materials, 4 different shapes and with hot and cold water. Some example containers are shown below.
|
68 |
|
69 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
-
## π₯ Video and audio
|
72 |
|
73 |
The video and audio samples are stored in the `./videos/` and `./audios/` directories, respectively.
|
74 |
Note that we have trimmed the videos between the precise start and end of the pouring action.
|
|
|
30 |
**TL;DR**: We present a method to infer physical properties of liquids from *just* the sound of pouring. We show in theory how *pitch* can be used to derive various physical properties such as container height, flow rate, etc. Then, we train a pitch detection network (`wav2vec2`) using simulated and real data. The resulting model can predict the physical properties of pouring liquids with high accuracy. The latent representations learned also encode information about liquid mass and container shape.
|
31 |
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
## π Table of Contents
|
34 |
|
35 |
- [π° The Sound of Water: Inferring Physical Properties from Pouring Liquids](#-the-sound-of-water-inferring-physical-properties-from-pouring-liquids)
|
|
|
36 |
- [π Table of Contents](#-table-of-contents)
|
37 |
- [π Dataset Overview](#-dataset-overview)
|
38 |
+
- [π₯ Video and π§ audio samples](#-video-and--audio-samples)
|
39 |
- [ποΈ Splits](#οΈ-splits)
|
40 |
- [π Annotations](#-annotations)
|
41 |
- [Container measurements and other metadata](#container-measurements-and-other-metadata)
|
|
|
49 |
|
50 |
We collect a dataset of 805 clean videos that show the action of pouring water in a container. Our dataset spans over 50 unique containers made of 5 different materials, 4 different shapes and with hot and cold water. Some example containers are shown below.
|
51 |
|
52 |
+
<p align="center">
|
53 |
+
<img width="650" alt="image" src="./assets/containers-v2.png">
|
54 |
+
</p>
|
55 |
+
|
56 |
+
The dataset is stored in the following directory structure:
|
57 |
+
```sh
|
58 |
+
SoundOfWater/
|
59 |
+
|-- annotations
|
60 |
+
|-- assets
|
61 |
+
|-- audios
|
62 |
+
|-- README.md
|
63 |
+
|-- splits
|
64 |
+
|-- videos
|
65 |
+
`-- youtube_samples
|
66 |
+
|
67 |
+
6 directories, 1 file
|
68 |
+
```
|
69 |
|
70 |
+
## π₯ Video and π§ audio samples
|
71 |
|
72 |
The video and audio samples are stored in the `./videos/` and `./audios/` directories, respectively.
|
73 |
Note that we have trimmed the videos between the precise start and end of the pouring action.
|