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 | 2.
|
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 | 1.
|
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_hand.export
|
|
100 |
```
|
101 |
Profile Job summary of MediaPipeHandDetector
|
102 |
--------------------------------------------------
|
103 |
-
Device:
|
104 |
-
Estimated Inference Time: 1.
|
105 |
-
Estimated Peak Memory Range: 0.
|
106 |
-
Compute Units: NPU (
|
107 |
|
108 |
Profile Job summary of MediaPipeHandLandmarkDetector
|
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 | 2.278 ms | 0 - 27 MB | FP16 | NPU | [MediaPipeHandDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandDetector.tflite)
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.211 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.tflite)
|
41 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.012 ms | 1 - 8 MB | FP16 | NPU | [MediaPipeHandDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandDetector.so)
|
42 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.297 ms | 0 - 12 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.so)
|
43 |
|
44 |
|
45 |
|
|
|
100 |
```
|
101 |
Profile Job summary of MediaPipeHandDetector
|
102 |
--------------------------------------------------
|
103 |
+
Device: SA8255 (Proxy) (13)
|
104 |
+
Estimated Inference Time: 1.01 ms
|
105 |
+
Estimated Peak Memory Range: 0.77-11.44 MB
|
106 |
+
Compute Units: NPU (197) | Total (197)
|
107 |
|
108 |
Profile Job summary of MediaPipeHandLandmarkDetector
|
109 |
--------------------------------------------------
|
110 |
+
Device: SA8255 (Proxy) (13)
|
111 |
+
Estimated Inference Time: 1.31 ms
|
112 |
+
Estimated Peak Memory Range: 0.01-12.39 MB
|
113 |
+
Compute Units: NPU (210) | Total (210)
|
114 |
|
115 |
|
116 |
```
|