Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -36,10 +36,10 @@ More details on model performance across various devices, can be found
|
|
36 |
|
37 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
| ---|---|---|---|---|---|---|---|
|
39 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.
|
40 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.
|
41 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.
|
42 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.
|
43 |
|
44 |
|
45 |
|
@@ -100,17 +100,17 @@ python -m qai_hub_models.models.mediapipe_pose.export
|
|
100 |
```
|
101 |
Profile Job summary of MediaPipePoseDetector
|
102 |
--------------------------------------------------
|
103 |
-
Device:
|
104 |
-
Estimated Inference Time:
|
105 |
-
Estimated Peak Memory Range: 0.
|
106 |
-
Compute Units: NPU (
|
107 |
|
108 |
Profile Job summary of MediaPipePoseLandmarkDetector
|
109 |
--------------------------------------------------
|
110 |
-
Device:
|
111 |
-
Estimated Inference Time: 1.
|
112 |
-
Estimated Peak Memory Range: 0.
|
113 |
-
Compute Units: NPU (
|
114 |
|
115 |
|
116 |
```
|
|
|
36 |
|
37 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
| ---|---|---|---|---|---|---|---|
|
39 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.837 ms | 0 - 2 MB | FP16 | NPU | [MediaPipePoseDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Pose-Estimation/blob/main/MediaPipePoseDetector.tflite)
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.011 ms | 0 - 2 MB | FP16 | NPU | [MediaPipePoseLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Pose-Estimation/blob/main/MediaPipePoseLandmarkDetector.tflite)
|
41 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.884 ms | 0 - 15 MB | FP16 | NPU | [MediaPipePoseDetector.so](https://huggingface.co/qualcomm/MediaPipe-Pose-Estimation/blob/main/MediaPipePoseDetector.so)
|
42 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.083 ms | 0 - 16 MB | FP16 | NPU | [MediaPipePoseLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Pose-Estimation/blob/main/MediaPipePoseLandmarkDetector.so)
|
43 |
|
44 |
|
45 |
|
|
|
100 |
```
|
101 |
Profile Job summary of MediaPipePoseDetector
|
102 |
--------------------------------------------------
|
103 |
+
Device: SA8255 (Proxy) (13)
|
104 |
+
Estimated Inference Time: 0.89 ms
|
105 |
+
Estimated Peak Memory Range: 0.02-5.94 MB
|
106 |
+
Compute Units: NPU (140) | Total (140)
|
107 |
|
108 |
Profile Job summary of MediaPipePoseLandmarkDetector
|
109 |
--------------------------------------------------
|
110 |
+
Device: SA8255 (Proxy) (13)
|
111 |
+
Estimated Inference Time: 1.08 ms
|
112 |
+
Estimated Peak Memory Range: 0.02-11.66 MB
|
113 |
+
Compute Units: NPU (292) | Total (292)
|
114 |
|
115 |
|
116 |
```
|