forked from STMicroelectronics/stm32ai-modelzoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
307 lines (307 loc) · 14 KB
/
manifest.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
// This file is used to set model zoo visibility on STM32Cube.AI Developer Cloud
[
{
"name": "./image_classification/models/fdmobilenet/ST_pretrainedmodel_public_dataset/flowers/fdmobilenet_0.25_128/fdmobilenet_0.25_128_int8.tflite",
"description": "FdMobileNet 0.25 128 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/fdmobilenet/README.md",
"visible": true
},
{
"name": "./image_classification/models/fdmobilenet/ST_pretrainedmodel_public_dataset/flowers/fdmobilenet_0.25_224/fdmobilenet_0.25_224_int8.tflite",
"description": "FdMobileNet 0.25 224 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/fdmobilenet/README.md",
"visible": true
},
{
"name": "./image_classification/models/stmnist/ST_pretrainedmodel_public_dataset/emnist_byclass/stmnist_v1/stmnist_v1_int8.tflite",
"description": "ST MNIST trained on EMNIST-Byclass with 36 classes",
"usecase": "image_classification",
"dataset_used": "emnist_byclass",
"readme": "./image_classification/models/stmnist/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv1/ST_pretrainedmodel_public_dataset/flowers/mobilenet_v1_0.5_224/mobilenet_v1_0.5_224_int8.tflite",
"description": "MobileNetv1 0.5 224 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/mobilenetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv1/ST_pretrainedmodel_public_dataset/flowers/mobilenet_v1_0.25_96/mobilenet_v1_0.25_96_int8.tflite",
"description": "MobileNetv1 0.25 96 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/mobilenetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv1/ST_pretrainedmodel_public_dataset/flowers/mobilenet_v1_0.25_96_grayscale/mobilenet_v1_0.25_96_grayscale_int8.tflite",
"description": "MobileNetv1 0.25 96 grayscale trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/mobilenetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv1/ST_pretrainedmodel_public_dataset/flowers/mobilenet_v1_0.25_224/mobilenet_v1_0.25_224_int8.tflite",
"description": "MobileNetv1 0.25 224 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/mobilenetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv2/ST_pretrainedmodel_public_dataset/flowers/mobilenet_v2_0.35_128/mobilenet_v2_0.35_128_int8.tflite",
"description": "MobileNetv2 0.35 128 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/mobilenetv2/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv2/ST_pretrainedmodel_public_dataset/flowers/mobilenet_v2_0.35_224/mobilenet_v2_0.35_224_int8.tflite",
"description": "MobileNetv2 0.35 224 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/mobilenetv2/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv2/ST_pretrainedmodel_public_dataset/person/mobilenet_v2_0.35_128/mobilenet_v2_0.35_128.h5",
"description": "MobileNetv2 0.35 128 trained on Person (derived from COCO-2014) with 2 classes",
"usecase": "image_classification",
"dataset_used": "person",
"readme": "./image_classification/models/mobilenetv2/README.md",
"visible": true
},
{
"name": "./image_classification/models/mobilenetv2/ST_pretrainedmodel_public_dataset/person/mobilenet_v2_0.35_128/mobilenet_v2_0.35_128_int8.tflite",
"description": "MobileNetv2 0.35 128 trained on Person (derived from COCO-2014) with 2 classes",
"usecase": "image_classification",
"dataset_used": "person",
"readme": "./image_classification/models/mobilenetv2/README.md",
"visible": true
},
{
"name": "./image_classification/models/resnetv1/ST_pretrainedmodel_public_dataset/cifar10/resnet_v1_8_32/resnet_v1_8_32.h5",
"description": "ResNetv1 8 32 trained on Cifar10 with 10 classes",
"usecase": "image_classification",
"dataset_used": "cifar10",
"readme": "./image_classification/models/resnetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/resnetv1/ST_pretrainedmodel_public_dataset/cifar10/resnet_v1_8_32/resnet_v1_8_32_int8.tflite",
"description": "ResNetv1 8 32 trained on Cifar10 with 10 classes",
"usecase": "image_classification",
"dataset_used": "cifar10",
"readme": "./image_classification/models/resnetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/resnetv1/ST_pretrainedmodel_public_dataset/cifar100/resnet_v1_32_32/resnet_v1_32_32_int8.tflite",
"description": "ResNetv1 32 32 trained on Cifar100 with 100 classes",
"usecase": "image_classification",
"dataset_used": "cifar100",
"readme": "./image_classification/models/resnetv1/README.md",
"visible": true
},
{
"name": "./image_classification/models/squeezenetv1.0/ST_pretrainedmodel_public_dataset/flowers/squeezenetv1.0_128/squeezenet_v1.0_128_int8.tflite",
"description": "SqueezeNetv1.0 128 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/squeezenetv1.0/README.md",
"visible": true
},
{
"name": "./image_classification/models/squeezenetv1.1/ST_pretrainedmodel_public_dataset/flowers/squeezenetv1.1_128/squeezenet_v1.1_128_int8.tflite",
"description": "SqueezeNetv1.1 128 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/squeezenetv1.1/README.md",
"visible": true
},
{
"name": "./image_classification/models/squeezenetv1.1/ST_pretrainedmodel_public_dataset/flowers/squeezenetv1.1_224/squeezenet_v1.1_224_int8.tflite",
"description": "SqueezeNetv1.1 224 trained on flowers with 5 classes",
"usecase": "image_classification",
"dataset_used": "flowers",
"readme": "./image_classification/models/squeezenetv1.1/README.md",
"visible": true
},
{
"name": "./object_detection/models/ssd_mobilenetv1/ST_pretrainedmodel_public_dataset/COCO/ssd_mobilenet_v1_0.25_192/ssd_mobilenet_v1_025_192_int8.tflite",
"description": "SSD Mobilenetv1 0.25 192 trained on COCO (Person Detection) with 1 class",
"usecase": "object_detection",
"dataset_used": "COCO",
"readme": "./object_detection/models/ssd_mobilenetv1/README.md",
"visible": true
},
{
"name": "./object_detection/models/ssd_mobilenetv1/ST_pretrainedmodel_public_dataset/COCO/ssd_mobilenet_v1_0.25_224/ssd_mobilenet_v1_025_224_int8.tflite",
"description": "SSD Mobilenetv1 0.25 224 trained on COCO (Person Detection) with 1 class",
"usecase": "object_detection",
"dataset_used": "COCO",
"readme": "./object_detection/models/ssd_mobilenetv1/README.md",
"visible": true
},
{
"name": "./object_detection/models/ssd_mobilenetv1/ST_pretrainedmodel_public_dataset/COCO/ssd_mobilenet_v1_0.25_256/ssd_mobilenet_v1_025_256_int8.tflite",
"description": "SSD Mobilenetv1 0.25 256 trained on COCO (Person Detection) with 1 class",
"usecase": "object_detection",
"dataset_used": "COCO",
"readme": "./object_detection/models/ssd_mobilenetv1/README.md",
"visible": true
},
{
"name": "./audio_event_detection/models/miniresnet/ST_pretrainedmodel_public_dataset/esc10/miniresnet_1stacks_64x50/miniresnet_1stacks_64x50_int8.tflite",
"description": "MiniResNet 1 stacks 64x50 trained on ESC-10 with 10 classes",
"usecase": "audio_event_detection",
"dataset_used": "esc10",
"readme": "./audio_event_detection/models/miniresnet/README.md",
"visible": true
},
{
"name": "./audio_event_detection/models/miniresnet/ST_pretrainedmodel_public_dataset/esc10/miniresnet_2stacks_64x50/miniresnet_2stacks_64x50_int8.tflite",
"description": "MiniResNet 2 stacks 64x50 trained on ESC-10 with 10 classes",
"usecase": "audio_event_detection",
"dataset_used": "esc10",
"readme": "./audio_event_detection/models/miniresnet/README.md",
"visible": true
},
{
"name": "./audio_event_detection/models/miniresnetv2/ST_pretrainedmodel_public_dataset/esc10/miniresnetv2_1stacks_64x50/miniresnetv2_1stacks_64x50_int8.tflite",
"description": "MiniResNetv2 1 stacks 64x50 trained on ESC-10 with 10 classes",
"usecase": "audio_event_detection",
"dataset_used": "esc10",
"readme": "./audio_event_detection/models/miniresnetv2/README.md",
"visible": true
},
{
"name": "./audio_event_detection/models/miniresnetv2/ST_pretrainedmodel_public_dataset/esc10/miniresnetv2_2stacks_64x50/miniresnetv2_2stacks_64x50_int8.tflite",
"description": "MiniResNetv2 2 stacks 64x50 trained on ESC-10 with 10 classes",
"usecase": "audio_event_detection",
"dataset_used": "esc10",
"readme": "./audio_event_detection/models/miniresnetv2/README.md",
"visible": true
},
{
"name": "./audio_event_detection/models/yamnet/ST_pretrainedmodel_public_dataset/esc_10/yamnet_256_64x96/yamnet_256_64x96_int8.tflite",
"description": "Yamnet 256 64x96 trained on ESC-10 with 10 classes",
"usecase": "audio_event_detection",
"dataset_used": "esc10",
"readme": "./audio_event_detection/models/yamnet/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/gmp/ST_pretrainedmodel_public_dataset/WISDM/gmp_wl_24/gmp_wl_24.h5",
"description": "GMP 24x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/gmp/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/gmp/ST_pretrainedmodel_public_dataset/WISDM/gmp_wl_24/gmp_wl_24_int8.tflite",
"description": "GMP 24x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/gmp/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/gmp/ST_pretrainedmodel_public_dataset/WISDM/gmp_wl_48/gmp_wl_48.h5",
"description": "GMP 48x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/gmp/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/gmp/ST_pretrainedmodel_public_dataset/WISDM/gmp_wl_48/gmp_wl_48_int8.tflite",
"description": "GMP 48x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/gmp/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/ign/ST_pretrainedmodel_public_dataset/WISDM/ign_wl_24/ign_wl_24.h5",
"description": "IGN 24x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/ign/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/ign/ST_pretrainedmodel_public_dataset/WISDM/ign_wl_24/ign_wl_24_int8.tflite",
"description": "IGN 24x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/ign/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/ign/ST_pretrainedmodel_public_dataset/WISDM/ign_wl_48/ign_wl_48.h5",
"description": "IGN 48x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/ign/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/ign/ST_pretrainedmodel_public_dataset/WISDM/ign_wl_48/ign_wl_48_int8.tflite",
"description": "IGN 48x3 trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/ign/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/svc/ST_pretrainedmodel_public_dataset/WISDM/svc_wl_24_pct_5/svc_wl_24_pct_5.onnx",
"description": "SVC 24x3 5% trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/svc/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/svc/ST_pretrainedmodel_public_dataset/WISDM/svc_wl_24_pct_10/svc_wl_24_pct_10.onnx",
"description": "SVC 24x3 10% trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/svc/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/svc/ST_pretrainedmodel_public_dataset/WISDM/svc_wl_48_pct_5/svc_wl_48_pct_5.onnx",
"description": "SVC 48x3 5% trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/svc/README.md",
"visible": true
},
{
"name": "./human_activity_recognition/models/svc/ST_pretrainedmodel_public_dataset/WISDM/svc_wl_48_pct_10/svc_wl_48_pct_10.onnx",
"description": "SVC 48x3 10% trained on WISDM with 4 classes",
"usecase": "human_activity_recognition",
"dataset_used": "WISDM",
"readme": "./human_activity_recognition/models/svc/README.md",
"visible": true
},
{
"name": "./hand_posture/models/CNN2D_ST_HandPosture/ST_pretrainedmodel_custom_dataset/ST_VL53L5CX_handposture_dataset/CNN2D_ST_HandPosture_8classes/CNN2D_ST_HandPosture_8classes.h5",
"description": "CNN2D_ST_HandPosture 8 postures trained on ST_VL53L5CX_handposture_dataset with 8 classes",
"usecase": "hand_posture",
"dataset_used": "ST_VL53L5CX_handposture_dataset",
"readme": "./hand_posture/models/CNN2D_ST_HandPosture/README.md",
"visible": true
}
]