Update README.md
Browse files
README.md
CHANGED
@@ -58,9 +58,9 @@ Measures are done with default STM32Cube.AI configuration with enabled input / o
|
|
58 |
### Reference **NPU** memory footprint based on COCO Person dataset (see Accuracy for details on dataset)
|
59 |
|Model | Dataset | Format | Resolution | Series | Internal RAM (KiB) | External RAM (KiB) | Weights Flash (KiB) | STM32Cube.AI version | STEdgeAI Core version |
|
60 |
|----------|------------------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
|
61 |
-
| [hand_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/pose_estimation/hand_landmarks/Public_pretrainedmodel_custom_dataset/custom_dataset_hands_21kpts/hand_landmarks_full_224_int8_pc.tflite) | COCO-Person | Int8 | 224x224x3 | STM32N6 | 1739.5 | 0.0 | 3283.38 | 10.0.0 | 2.0.0 |
|
62 |
|
63 |
### Reference **NPU** inference time based on COCO Person dataset (see Accuracy for details on dataset)
|
64 |
| Model | Dataset | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | STM32Cube.AI version | STEdgeAI Core version |
|
65 |
|--------|------------------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
|
66 |
-
| [hand_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/pose_estimation/hand_landmarks/Public_pretrainedmodel_custom_dataset/custom_dataset_hands_21kpts/hand_landmarks_full_224_int8_pc.tflite) | custom_dataset_hands_21kpts | Int8 | 224x224x3 | STM32N6570-DK | NPU/MCU | 20.75 | 48.19 | 10.0.0 | 2.0.0 |
|
|
|
58 |
### Reference **NPU** memory footprint based on COCO Person dataset (see Accuracy for details on dataset)
|
59 |
|Model | Dataset | Format | Resolution | Series | Internal RAM (KiB) | External RAM (KiB) | Weights Flash (KiB) | STM32Cube.AI version | STEdgeAI Core version |
|
60 |
|----------|------------------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
|
61 |
+
| [hand_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/pose_estimation/hand_landmarks/Public_pretrainedmodel_custom_dataset/custom_dataset_hands_21kpts/hand_landmarks_full_224_int8_pc.tflite) | COCO-Person | Int8 | 224x224x3 | STM32N6 | 1739.5 | 0.0 | 3283.38 | 10.0.0 | 2.0.0 |
|
62 |
|
63 |
### Reference **NPU** inference time based on COCO Person dataset (see Accuracy for details on dataset)
|
64 |
| Model | Dataset | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | STM32Cube.AI version | STEdgeAI Core version |
|
65 |
|--------|------------------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
|
66 |
+
| [hand_landmarks](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/pose_estimation/hand_landmarks/Public_pretrainedmodel_custom_dataset/custom_dataset_hands_21kpts/hand_landmarks_full_224_int8_pc.tflite) | custom_dataset_hands_21kpts | Int8 | 224x224x3 | STM32N6570-DK | NPU/MCU | 20.75 | 48.19 | 10.0.0 | 2.0.0 |
|