Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Hand landmarks quantized
|
| 2 |
|
| 3 |
## **Use case** : `Pose estimation`
|
|
@@ -58,5 +64,4 @@ Measures are done with default STM32Cube.AI configuration with enabled input / o
|
|
| 58 |
### Reference **NPU** inference time based on COCO Person dataset (see Accuracy for details on dataset)
|
| 59 |
| Model | Dataset | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | 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) | custom_dataset_hands_21kpts | Int8 | 224x224x3 | STM32N6570-DK | NPU/MCU | 20.75 | 48.19 | 10.2.0 | 2.2.0 |
|
| 62 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
license_link: >-
|
| 4 |
+
https://github.com/STMicroelectronics/stm32ai-modelzoo/raw/refs/heads/main/pose_estimation/LICENSE.md
|
| 5 |
+
pipeline_tag: keypoint-detection
|
| 6 |
+
---
|
| 7 |
# Hand landmarks quantized
|
| 8 |
|
| 9 |
## **Use case** : `Pose estimation`
|
|
|
|
| 64 |
### Reference **NPU** inference time based on COCO Person dataset (see Accuracy for details on dataset)
|
| 65 |
| Model | Dataset | Format | Resolution | Board | Execution Engine | Inference time (ms) | Inf / sec | STM32Cube.AI version | STEdgeAI Core version |
|
| 66 |
|--------|------------------|--------|-------------|------------------|------------------|---------------------|-------|----------------------|-------------------------|
|
| 67 |
+
| [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.2.0 | 2.2.0 |
|
|
|