Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Dataset Card for RepeatAudio
|
| 6 |
+
|
| 7 |
+
Audio datasets referenced in *Class-Agnostic Audio Repetition Counting*. Contains two main sections:
|
| 8 |
+
|
| 9 |
+
- **RS, RSN and RVN:** Synthetic datasets containing varying levels of noise. Uniformly 10 seconds long, with 0-8 repetition events contained in each sample.
|
| 10 |
+
- **Clocks, Heartbeats and Dolphins:** Real-world derived samples with variable length across mechanical, ecological and medical domains.
|
| 11 |
+
-
|
| 12 |
+
Relevant code can be found in [this repo](https://github.com/Hamozwa/audio-counting).
|
| 13 |
+
|
| 14 |
+
## Dataset Sources
|
| 15 |
+
|
| 16 |
+
Synthetic data was generated with two source datasets:
|
| 17 |
+
|
| 18 |
+
- [**FSD50K**](https://zenodo.org/records/4060432)**:** Provided audio for repetition events. JSON files indicate source audio for each sample.
|
| 19 |
+
- [**MUSAN**](http://openslr.org/)**:** Used as noise in background of samples.
|
| 20 |
+
|
| 21 |
+
Real-world sets were extracted from various sources:
|
| 22 |
+
|
| 23 |
+
- **Clocks:** Samples originate from the Clocks subset of [BBC Sound Effects](https://sound-effects.bbcrewind.co.uk/).
|
| 24 |
+
- **Heartbeats:** Training set of [PhysioNet Challenge 2016](https://physionet.org/content/challenge-2016/1.0.0/).
|
| 25 |
+
- **Dolphins:** Click Trains folder from [Song et al.](https://springernature.figshare.com/articles/dataset/Acoustic_recordings_of_underwater_vocalizations_of_Indo-Pacific_humpback_dolphins_in_Xiamen_Bay_China/29143727)
|