Skip to content

ntudsp/singapura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

SINGA:PURA (SINGApore: Polyphonic URban Audio)

License DOI

The SINGA:PURA dataset is a strongly-labelled polyphonic urban sound dataset with spatiotemporal context. The data were collected via a number of recording units deployed across Singapore as a part of a wireless acoustic sensor network. These recordings were made as part of a project to identify and mitigate noise sources in Singapore, but also possess a wider applicability to sound event detection, classification, and localization. The taxonomy we used for the labels in this dataset has been designed to be compatible with other existing datasets for urban sound tagging while also able to capture sound events unique to the Singaporean context. Please refer to our conference paper published in APSIPA 2021 for more details regarding the data collection, annotation, and processing methodologies for the creation of the dataset.

K. Ooi, K. N. Watcharasupat, S. Peksi, F. A. Karnapi, Z.-T. Ong, D. Chua, H.-W. Leow, L.-L. Kwok, X.-L. Ng, Z.-A. Loh, W.-S. Gan, "A Strongly-Labelled Polyphonic Dataset of Urban Sounds with Spatiotemporal Context," in Proceedings of the 13th Asia Pacific Signal and Information Processing Association Annual Summit and Conference, 2021. [paper]

Accessing via Soundata

🆕 SINGA:PURA is now accessible via soundata!

Installation

Requires soundata v0.1.1 and above.

pip install soundata --upgrade

Usage

import soundata

dataset = soundata.initialize('singapura')
dataset.download()  # download the dataset
dataset.validate()  # validate that all the expected files are there

example_clip = dataset.choice_clip()  # choose a random example clip
print(example_clip)  # see the available data

Documentation

https://soundata.readthedocs.io/en/stable/source/soundata.html#module-soundata.datasets.singapura

Accessing raw dataset

License

Creative Commons Attribution-ShareAlike 4.0 International.

How to Cite

@inproceedings{ooi2021singapura,
    author    = "K. Ooi and K. N. Watcharasupat and S. Peksi and F. A. Karnapi and Z.-T. Ong and D. Chua and H.-W. Leow and L.-L. Kwok and X.-L. Ng and Z.-A. Loh and W.-S. Gan",
    title     = "A Strongly-Labelled Polyphonic Dataset of Urban Sounds with Spatiotemporal Context",
    booktitle = "Proceedings of the 13th Asia Pacific Signal and Information Processing Association Annual Summit and Conference",
    location  = "Tokyo, Japan"
    year      = 2021
}

About

SINGA:PURA (SINGApore: Polyphonic URban Audio)

Topics

Resources

Stars

Watchers

Forks