qaihm-bot commited on
Commit
084b6f1
·
verified ·
1 Parent(s): 9cec10d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -12
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.78 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.tflite)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.304 ms | 0 - 1 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.tflite)
41
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.847 ms | 2 - 35 MB | FP16 | NPU | [MediaPipeFaceDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.so)
42
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.39 ms | 0 - 91 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.so)
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: Snapdragon X Elite CRD (11)
104
- Estimated Inference Time: 0.97 ms
105
- Estimated Peak Memory Range: 0.75-0.75 MB
106
- Compute Units: NPU (147) | Total (147)
107
 
108
  Profile Job summary of MediaPipeFaceLandmarkDetector
109
  --------------------------------------------------
110
- Device: Snapdragon X Elite CRD (11)
111
- Estimated Inference Time: 0.50 ms
112
- Estimated Peak Memory Range: 0.42-0.42 MB
113
- Compute Units: NPU (106) | Total (106)
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
  ```