yangwang825 commited on
Commit
9f2fffa
·
1 Parent(s): fc97d9f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ESC50
2
+
3
+ ## Dataset Summary
4
+
5
+ The ESC-50 dataset is a labeled collection of 2000 environmental audio recordings suitable for benchmarking methods of environmental sound classification. It comprises 2000 5s-clips of 50 different classes across natural, human and domestic sounds, again, drawn from Freesound.org.
6
+
7
+ ## Data Instances
8
+
9
+ An example of 'train' looks as follows.
10
+
11
+ {
12
+ "audio": {
13
+ "path": "ESC-50-master/audio/4-143118-B-7.wav",
14
+ "array", array([0.05203247, 0.05285645, 0.05441284, ..., 0.0093689 , 0.00753784, 0.00643921],
15
+ "sampling_rate", 44100
16
+ },
17
+ "fold": 4,
18
+ "label": 30
19
+ }