stadiello commited on
Commit
8283110
·
verified ·
1 Parent(s): 83642a9

Upload folder using huggingface_hub

Browse files
classic/ecopulse_cnn.keras CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d2465eadd242b47a907d8adeaf02f7e869fc54532c112f839fb1b3407780f2b
3
  size 621234
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce4b3d078494d216ca9d5d5ac96453ba10362b8142c84b7b1d44e6562d77f9b
3
  size 621234
classic/ecopulse_cnn_best.keras CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a7ff7eb165d893bcc36e8f21ce7b12de12a5ccfc0b2a7c75c468c9cb3072f29
3
  size 621233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:857385ad20317b3f59eab529552b1c73219409458ed0630571ebfeaf0fa7661f
3
  size 621233
classic/labels.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "model": "ecopulse_cnn",
4
+ "classes": [
5
+ "bird",
6
+ "human",
7
+ "motor",
8
+ "rain_wind",
9
+ "insect",
10
+ "animal"
11
+ ],
12
+ "label_to_id": {
13
+ "bird": 0,
14
+ "human": 1,
15
+ "motor": 2,
16
+ "rain_wind": 3,
17
+ "insect": 4,
18
+ "animal": 5
19
+ },
20
+ "id_to_label": {
21
+ "0": "bird",
22
+ "1": "human",
23
+ "2": "motor",
24
+ "3": "rain_wind",
25
+ "4": "insect",
26
+ "5": "animal"
27
+ },
28
+ "unknown_threshold": 0.6,
29
+ "input": {
30
+ "sample_rate": 16000,
31
+ "n_mels": 40,
32
+ "n_frames": 149,
33
+ "shape": [
34
+ 149,
35
+ 40,
36
+ 1
37
+ ]
38
+ }
39
+ }
labels.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "model": "ecopulse_cnn",
4
+ "classes": [
5
+ "bird",
6
+ "human",
7
+ "motor",
8
+ "rain_wind",
9
+ "insect",
10
+ "animal"
11
+ ],
12
+ "label_to_id": {
13
+ "bird": 0,
14
+ "human": 1,
15
+ "motor": 2,
16
+ "rain_wind": 3,
17
+ "insect": 4,
18
+ "animal": 5
19
+ },
20
+ "id_to_label": {
21
+ "0": "bird",
22
+ "1": "human",
23
+ "2": "motor",
24
+ "3": "rain_wind",
25
+ "4": "insect",
26
+ "5": "animal"
27
+ },
28
+ "unknown_threshold": 0.6,
29
+ "input": {
30
+ "sample_rate": 16000,
31
+ "n_mels": 40,
32
+ "n_frames": 149,
33
+ "shape": [
34
+ 149,
35
+ 40,
36
+ 1
37
+ ]
38
+ }
39
+ }
pico/ecopulse_cnn_int8.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6767ba8d91d992ffd2eadfb5bef6b3b2d708f1b4be055e37a5c618ea8823f5
3
+ size 75352
pico/labels.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "model": "ecopulse_cnn",
4
+ "classes": [
5
+ "bird",
6
+ "human",
7
+ "motor",
8
+ "rain_wind",
9
+ "insect",
10
+ "animal"
11
+ ],
12
+ "label_to_id": {
13
+ "bird": 0,
14
+ "human": 1,
15
+ "motor": 2,
16
+ "rain_wind": 3,
17
+ "insect": 4,
18
+ "animal": 5
19
+ },
20
+ "id_to_label": {
21
+ "0": "bird",
22
+ "1": "human",
23
+ "2": "motor",
24
+ "3": "rain_wind",
25
+ "4": "insect",
26
+ "5": "animal"
27
+ },
28
+ "unknown_threshold": 0.6,
29
+ "input": {
30
+ "sample_rate": 16000,
31
+ "n_mels": 40,
32
+ "n_frames": 149,
33
+ "shape": [
34
+ 149,
35
+ 40,
36
+ 1
37
+ ]
38
+ }
39
+ }
quantize/ecopulse_cnn_int8.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6767ba8d91d992ffd2eadfb5bef6b3b2d708f1b4be055e37a5c618ea8823f5
3
+ size 75352
quantize/labels.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "model": "ecopulse_cnn",
4
+ "classes": [
5
+ "bird",
6
+ "human",
7
+ "motor",
8
+ "rain_wind",
9
+ "insect",
10
+ "animal"
11
+ ],
12
+ "label_to_id": {
13
+ "bird": 0,
14
+ "human": 1,
15
+ "motor": 2,
16
+ "rain_wind": 3,
17
+ "insect": 4,
18
+ "animal": 5
19
+ },
20
+ "id_to_label": {
21
+ "0": "bird",
22
+ "1": "human",
23
+ "2": "motor",
24
+ "3": "rain_wind",
25
+ "4": "insect",
26
+ "5": "animal"
27
+ },
28
+ "unknown_threshold": 0.6,
29
+ "input": {
30
+ "sample_rate": 16000,
31
+ "n_mels": 40,
32
+ "n_frames": 149,
33
+ "shape": [
34
+ 149,
35
+ 40,
36
+ 1
37
+ ]
38
+ }
39
+ }