classname
stringclasses 50
values | path
stringlengths 21
24
|
---|---|
sheep | audios/3-197408-B-8.wav |
helicopter | audios/4-125929-A-40.wav |
sea waves | audios/1-61252-A-11.wav |
mouse click | audios/3-167096-A-31.wav |
glass breaking | audios/3-203375-A-39.wav |
glass breaking | audios/1-84704-A-39.wav |
car horn | audios/2-138465-A-43.wav |
clapping | audios/1-104089-A-22.wav |
pig | audios/2-37870-A-2.wav |
airplane | audios/4-161105-B-47.wav |
brushing teeth | audios/5-180229-A-27.wav |
chainsaw | audios/3-118656-A-41.wav |
toilet flush | audios/5-202020-A-18.wav |
keyboard typing | audios/1-79711-A-32.wav |
crying baby | audios/2-66637-B-20.wav |
thunderstorm | audios/3-144891-B-19.wav |
brushing teeth | audios/4-144468-A-27.wav |
clapping | audios/3-177082-A-22.wav |
rain | audios/1-50060-A-10.wav |
hand saw | audios/3-102583-B-49.wav |
sheep | audios/4-196671-A-8.wav |
rain | audios/2-73027-A-10.wav |
clock alarm | audios/1-74517-A-37.wav |
hand saw | audios/4-198360-B-49.wav |
car horn | audios/2-128465-B-43.wav |
washing machine | audios/2-102568-A-35.wav |
crow | audios/4-136381-A-9.wav |
hand saw | audios/5-253101-A-49.wav |
footsteps | audios/1-155858-B-25.wav |
train | audios/4-165791-A-45.wav |
frog | audios/1-18757-A-4.wav |
hen | audios/3-164216-B-6.wav |
clapping | audios/2-76408-B-22.wav |
chainsaw | audios/2-50667-B-41.wav |
brushing teeth | audios/2-83536-A-27.wav |
crying baby | audios/5-151085-A-20.wav |
clock alarm | audios/5-250629-A-37.wav |
coughing | audios/1-63679-A-24.wav |
coughing | audios/4-157296-A-24.wav |
laughing | audios/3-132747-A-26.wav |
cat | audios/2-82274-B-5.wav |
door wood creaks | audios/4-108352-A-33.wav |
brushing teeth | audios/5-212050-A-27.wav |
airplane | audios/1-53467-A-47.wav |
siren | audios/3-62878-A-42.wav |
thunderstorm | audios/5-156999-E-19.wav |
water drops | audios/1-23094-A-15.wav |
cow | audios/5-194899-C-3.wav |
car horn | audios/4-175855-A-43.wav |
clock alarm | audios/3-120526-A-37.wav |
helicopter | audios/4-161579-A-40.wav |
fireworks | audios/3-172922-A-48.wav |
door wood knock | audios/2-114254-A-30.wav |
pouring water | audios/4-187504-B-17.wav |
glass breaking | audios/1-20133-A-39.wav |
crying baby | audios/3-151081-A-20.wav |
frog | audios/4-99644-B-4.wav |
glass breaking | audios/1-85184-A-39.wav |
keyboard typing | audios/2-118817-A-32.wav |
sea waves | audios/2-133863-A-11.wav |
crying baby | audios/1-22694-A-20.wav |
sneezing | audios/5-187979-A-21.wav |
airplane | audios/5-251963-A-47.wav |
coughing | audios/2-87799-A-24.wav |
coughing | audios/5-208761-A-24.wav |
chirping birds | audios/3-155577-A-14.wav |
breathing | audios/4-210000-A-23.wav |
water drops | audios/4-212604-B-15.wav |
breathing | audios/1-36393-A-23.wav |
clapping | audios/1-105224-A-22.wav |
crying baby | audios/3-152007-C-20.wav |
crying baby | audios/4-185575-B-20.wav |
washing machine | audios/4-218199-G-35.wav |
drinking sipping | audios/2-102581-A-29.wav |
hen | audios/1-31251-A-6.wav |
coughing | audios/2-98676-A-24.wav |
crickets | audios/1-80840-A-13.wav |
frog | audios/2-32834-A-4.wav |
chainsaw | audios/1-64398-B-41.wav |
rain | audios/3-143929-A-10.wav |
drinking sipping | audios/1-32579-A-29.wav |
pouring water | audios/2-102414-F-17.wav |
hand saw | audios/2-60180-B-49.wav |
engine | audios/2-106487-A-44.wav |
toilet flush | audios/3-118059-A-18.wav |
breathing | audios/1-30709-B-23.wav |
hand saw | audios/2-60180-A-49.wav |
hand saw | audios/3-208820-A-49.wav |
door wood creaks | audios/2-87780-A-33.wav |
snoring | audios/1-40967-A-28.wav |
thunderstorm | audios/4-156993-A-19.wav |
airplane | audios/2-78781-A-47.wav |
hen | audios/4-200330-B-6.wav |
clock alarm | audios/5-219242-A-37.wav |
sea waves | audios/1-28135-B-11.wav |
sheep | audios/2-119161-A-8.wav |
rooster | audios/4-208021-A-1.wav |
wind | audios/4-163606-A-16.wav |
hand saw | audios/3-102583-A-49.wav |
church bells | audios/3-98869-A-46.wav |
End of preview. Expand
in Dataset Viewer.
ESC50
This is an audio classification dataset for Environmental Sound Classification.
Classes = 50 , Split = Train-Test
Structure
audios
folder contains audio files.csv_files
folder contains CSV files for five-fold cross-validation.- To perform cross-validation on fold 1,
train_1.csv
will be used for the training split andtest_1.csv
for the testing split, with the same pattern followed for the other folds. - To perform training and testing witout cross-validation, use
csv_files/train.csv
andcsv_files/test.csv
files respectively.
Download
import os
import huggingface_hub
audio_datasets_path = "DATASET_PATH/Audio-Datasets"
if not os.path.exists(audio_datasets_path): print(f"Given {audio_datasets_path=} does not exist. Specify a valid path ending with 'Audio-Datasets' folder.")
huggingface_hub.snapshot_download(repo_id="MahiA/ESC50", repo_type="dataset", local_dir=os.path.join(audio_datasets_path, "ESC50"))
Acknowledgment
This dataset is a slightly processed/restructured version of data originally released by Source.
Please refer to the respective source for their licensing details and any additional information.
Contact
For questions or feedback, please create an issue.
- Downloads last month
- 35