bpiyush commited on
Commit
7d0d28a
β€’
1 Parent(s): 059868d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -20
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 🎧 samples](#-video-and-audio--samples)
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
- <img width="650" alt="image" src="./assets/containers-v2.png">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
- ## πŸŽ₯ Video and audio 🎧 samples
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.