Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,16 +30,17 @@ More details on model performance across various devices, can be found
|
|
30 |
- Model size (MediaPipeFaceDetector): 565 KB
|
31 |
- Number of parameters (MediaPipeFaceLandmarkDetector): 603K
|
32 |
- Model size (MediaPipeFaceLandmarkDetector): 2.34 MB
|
|
|
33 |
|
34 |
|
35 |
|
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 | 0.
|
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 | 0.
|
43 |
|
44 |
|
45 |
|
@@ -100,17 +101,17 @@ python -m qai_hub_models.models.mediapipe_face.export
|
|
100 |
```
|
101 |
Profile Job summary of MediaPipeFaceDetector
|
102 |
--------------------------------------------------
|
103 |
-
Device:
|
104 |
-
Estimated Inference Time: 0.
|
105 |
-
Estimated Peak Memory Range: 0.
|
106 |
-
Compute Units: NPU (
|
107 |
|
108 |
Profile Job summary of MediaPipeFaceLandmarkDetector
|
109 |
--------------------------------------------------
|
110 |
-
Device:
|
111 |
-
Estimated Inference Time: 0.
|
112 |
-
Estimated Peak Memory Range: 0.
|
113 |
-
Compute Units: NPU (
|
114 |
|
115 |
|
116 |
```
|
|
|
30 |
- Model size (MediaPipeFaceDetector): 565 KB
|
31 |
- Number of parameters (MediaPipeFaceLandmarkDetector): 603K
|
32 |
- Model size (MediaPipeFaceLandmarkDetector): 2.34 MB
|
33 |
+
- Number of output classes: 6
|
34 |
|
35 |
|
36 |
|
37 |
|
38 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
39 |
| ---|---|---|---|---|---|---|---|
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.786 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.tflite)
|
41 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.31 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.tflite)
|
42 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.832 ms | 1 - 19 MB | FP16 | NPU | [MediaPipeFaceDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.so)
|
43 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.392 ms | 0 - 91 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.so)
|
44 |
|
45 |
|
46 |
|
|
|
101 |
```
|
102 |
Profile Job summary of MediaPipeFaceDetector
|
103 |
--------------------------------------------------
|
104 |
+
Device: SA8255 (Proxy) (13)
|
105 |
+
Estimated Inference Time: 0.84 ms
|
106 |
+
Estimated Peak Memory Range: 0.77-7.22 MB
|
107 |
+
Compute Units: NPU (148) | Total (148)
|
108 |
|
109 |
Profile Job summary of MediaPipeFaceLandmarkDetector
|
110 |
--------------------------------------------------
|
111 |
+
Device: SA8255 (Proxy) (13)
|
112 |
+
Estimated Inference Time: 0.39 ms
|
113 |
+
Estimated Peak Memory Range: 0.44-86.25 MB
|
114 |
+
Compute Units: NPU (107) | Total (107)
|
115 |
|
116 |
|
117 |
```
|