File size: 572 Bytes
8283110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "version": "1.0",
  "model": "ecopulse_cnn",
  "classes": [
    "bird",
    "human",
    "motor",
    "rain_wind",
    "insect",
    "animal"
  ],
  "label_to_id": {
    "bird": 0,
    "human": 1,
    "motor": 2,
    "rain_wind": 3,
    "insect": 4,
    "animal": 5
  },
  "id_to_label": {
    "0": "bird",
    "1": "human",
    "2": "motor",
    "3": "rain_wind",
    "4": "insect",
    "5": "animal"
  },
  "unknown_threshold": 0.6,
  "input": {
    "sample_rate": 16000,
    "n_mels": 40,
    "n_frames": 149,
    "shape": [
      149,
      40,
      1
    ]
  }
}