FBAGSTM commited on
Commit
b33b869
·
verified ·
1 Parent(s): a3aa9ee

Release AI-ModelZoo-4.0.0

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -56,12 +56,12 @@ With an image resolution of NxM with K keypoints to detect :
56
  Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
57
 
58
  ### Reference **NPU** memory footprint
59
- |Model | Format | Resolution | Series | Internal RAM (KiB) | External RAM (KiB) | Weights Flash (KiB) | STM32Cube.AI version | STEdgeAI Core version |
60
- |----------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
61
- | [head_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/pose_estimation/hand_landmarks/Public_pretrainedmodel_custom_dataset/custom_dataset_heads_468kpts/face_landmarks_v1_192_int8_pc.onnx) | Int8 | 224x224x3 | STM32N6 | 1739.5 | 0.0 | 3246.47 | 10.2.0 | 2.2.0 |
62
 
63
  ### Reference **NPU** inference time
64
- | Model | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | STM32Cube.AI version | STEdgeAI Core version |
65
- |--------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
66
- | [head_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/pose_estimation/hand_landmarks/Public_pretrainedmodel_custom_dataset/custom_dataset_heads_468kpts/face_landmarks_v1_192_int8_pc.onnx) | Int8 | 224x224x3 | STM32N6570-DK | NPU/MCU | 20.52 | 48.73 | 10.2.0 | 2.2.0 |
67
 
 
56
  Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
57
 
58
  ### Reference **NPU** memory footprint
59
+ |Model | Format | Resolution | Series | Internal RAM (KiB) | External RAM (KiB) | Weights Flash (KiB) | STEdgeAI Core version |
60
+ |----------|--------|-------------|------------------|------------------|---------------------|-------|-------------------------|
61
+ | [head_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/pose_estimation/headlandmarks/custom_dataset_heads_468kpts/facelandmarksv1_192_int8.onnx) | Int8 | 224x224x3 | STM32N6 | 1739.5 | 0.0 | 3246.47 | 3.0.0 |
62
 
63
  ### Reference **NPU** inference time
64
+ | Model | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | STEdgeAI Core version |
65
+ |--------|--------|-------------|------------------|------------------|---------------------|-------|-------------------------|
66
+ | [head_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/pose_estimation/headlandmarks/custom_dataset_heads_468kpts/facelandmarksv1_192_int8.onnx) | Int8 | 224x224x3 | STM32N6570-DK | NPU/MCU | 20.52 | 48.73 | 3.0.0 |
67