Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
<!-- # <img src="./assets/pouring-water-logo5.png" alt="Logo" width="40"> -->
|
3 |
# π° The Sound of Water: Inferring Physical Properties from Pouring Liquids
|
4 |
|
@@ -43,6 +60,7 @@ This dataset is associated with the paper "The Sound of Water: Inferring Physica
|
|
43 |
- [π¬ YouTube samples](#-youtube-samples)
|
44 |
- [π Citation](#-citation)
|
45 |
- [π Acknowledgements](#-acknowledgements)
|
|
|
46 |
|
47 |
|
48 |
## π Dataset Overview
|
@@ -240,3 +258,7 @@ We also want to highlight closely related work that could be of interest:
|
|
240 |
* [Human sensitivity to acoustic information from vessel filling](https://psycnet.apa.org/record/2000-13210-019). Journal of Experimental Psychology (2020).
|
241 |
* [See the Glass Half Full: Reasoning About Liquid Containers, Their Volume and Content](https://arxiv.org/abs/1701.02718). ICCV (2017).
|
242 |
* [CREPE: A Convolutional Representation for Pitch Estimation](https://arxiv.org/abs/1802.06182). ICASSP (2018).
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
+
```yaml
|
3 |
+
language:
|
4 |
+
- english
|
5 |
+
pretty_name: "Sound-of-Water 50"
|
6 |
+
tags:
|
7 |
+
- audio-visual learning
|
8 |
+
- physical property estimation
|
9 |
+
- pouring water
|
10 |
+
license: "MIT"
|
11 |
+
task_categories:
|
12 |
+
- physical property estimation
|
13 |
+
- fine-grained audio classification
|
14 |
+
- liquid mass estimation
|
15 |
+
- container shape estimation
|
16 |
+
```
|
17 |
+
|
18 |
+
|
19 |
<!-- # <img src="./assets/pouring-water-logo5.png" alt="Logo" width="40"> -->
|
20 |
# π° The Sound of Water: Inferring Physical Properties from Pouring Liquids
|
21 |
|
|
|
60 |
- [π¬ YouTube samples](#-youtube-samples)
|
61 |
- [π Citation](#-citation)
|
62 |
- [π Acknowledgements](#-acknowledgements)
|
63 |
+
- [π
π» Potential Biases](#-potential-biases)
|
64 |
|
65 |
|
66 |
## π Dataset Overview
|
|
|
258 |
* [Human sensitivity to acoustic information from vessel filling](https://psycnet.apa.org/record/2000-13210-019). Journal of Experimental Psychology (2020).
|
259 |
* [See the Glass Half Full: Reasoning About Liquid Containers, Their Volume and Content](https://arxiv.org/abs/1701.02718). ICCV (2017).
|
260 |
* [CREPE: A Convolutional Representation for Pitch Estimation](https://arxiv.org/abs/1802.06182). ICASSP (2018).
|
261 |
+
|
262 |
+
## π
π» Potential Biases
|
263 |
+
|
264 |
+
The dataset is recorded on a standard mobile phone from the authors themselves. It is recorded in a indoor setting. As far as possible, we have tried to not include any personal information in the videos. Thus, it is unlikely to include harmdul biases. Plus, the scale of the dataset is small and is not likely to be used for training large models.
|