Release AI-ModelZoo-4.0.0
Browse files
README.md
CHANGED
|
@@ -54,25 +54,25 @@ The models are quantized using tensorflow lite converter.
|
|
| 54 |
|
| 55 |
## Metrics
|
| 56 |
|
| 57 |
-
Measures are done with default
|
| 58 |
|
| 59 |
### Reference **NPU** memory footprint
|
| 60 |
|
| 61 |
-
| Model | Dataset | Format | Resolution | Series | Internal RAM (KiB) | External RAM (KiB) | Weights Flash (KiB) |
|
| 62 |
-
|
| 63 |
-
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/
|
| 64 |
-
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/
|
| 65 |
-
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/
|
| 66 |
|
| 67 |
|
| 68 |
### Reference **NPU** inference time
|
| 69 |
|
| 70 |
|
| 71 |
-
| Model | Dataset | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec |
|
| 72 |
-
|
| 73 |
-
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/
|
| 74 |
-
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/
|
| 75 |
-
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/
|
| 76 |
|
| 77 |
|
| 78 |
|
|
|
|
| 54 |
|
| 55 |
## Metrics
|
| 56 |
|
| 57 |
+
Measures are done with default STEdgeAI Core version configuration with enabled input / output allocated option.
|
| 58 |
|
| 59 |
### Reference **NPU** memory footprint
|
| 60 |
|
| 61 |
+
| Model | Dataset | Format | Resolution | Series | Internal RAM (KiB) | External RAM (KiB) | Weights Flash (KiB) | STEdgeAI Core version |
|
| 62 |
+
|------------|---------------|----------|------------|-----------|--------------|--------------|---------------|-----------------------|
|
| 63 |
+
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/depth_estimation/fastdepth/Public_pretrainedmodel_public_dataset/nyu_depthv2/fastdepth_224/fastdepth_224_int8.tflite) | NYU depth v2 | Int8 | 224x224x3 | STM32N6 | 2728.5 | 0 | 1347.97 | 3.0.0 |
|
| 64 |
+
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/depth_estimation/fastdepth/Public_pretrainedmodel_public_dataset/nyu_depthv2/fastdepth_256/fastdepth_256_int8.tflite) | NYU depth v2 | Int8 | 256x256x3 | STM32N6 | 2688 | 1024 | 1354.09 | 3.0.0 |
|
| 65 |
+
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/depth_estimation/fastdepth/Public_pretrainedmodel_public_dataset/nyu_depthv2/fastdepth_320/fastdepth_320_int8.tflite) | NYU depth v2 | Int8 | 320x320x3 | STM32N6 | 2800 | 2800 | 1376.78 | 3.0.0 |
|
| 66 |
|
| 67 |
|
| 68 |
### Reference **NPU** inference time
|
| 69 |
|
| 70 |
|
| 71 |
+
| Model | Dataset | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | STEdgeAI Core version |
|
| 72 |
+
|------------|---------------|----------|------------|------------------|------------------|---------------------|-------------|-------------------------|
|
| 73 |
+
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/depth_estimation/fastdepth/Public_pretrainedmodel_public_dataset/nyu_depthv2/fastdepth_224/fastdepth_224_int8.tflite) | NYU depth v2 | Int8 | 224x224x3 | STM32N6570-DK | NPU/MCU | 24.49 | 40.83 | 3.0.0 |
|
| 74 |
+
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/depth_estimation/fastdepth/Public_pretrainedmodel_public_dataset/nyu_depthv2/fastdepth_256/fastdepth_256_int8.tflite) | NYU depth v2 | Int8 | 256x256x3 | STM32N6570-DK | NPU/MCU | 75.01 | 13.33 | 3.0.0 |
|
| 75 |
+
| [Fast Depth](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/depth_estimation/fastdepth/Public_pretrainedmodel_public_dataset/nyu_depthv2/fastdepth_320/fastdepth_320_int8.tflite) | NYU depth v2 | Int8 | 320x320x3 | STM32N6570-DK | NPU/MCU | 477.93 | 2.09 | 3.0.0 |
|
| 76 |
|
| 77 |
|
| 78 |
|