qaihm-bot commited on
Commit
03675d7
1 Parent(s): 6cae867

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -34,10 +34,10 @@ More details on model performance across various devices, can be found
34
 
35
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  | ---|---|---|---|---|---|---|---|
37
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.532 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.tflite)
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.211 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.tflite)
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.535 ms | 0 - 4 MB | FP16 | NPU | [MediaPipeFaceDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.so)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.21 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.so)
41
 
42
 
43
  ## Installation
@@ -98,30 +98,30 @@ python -m qai_hub_models.models.mediapipe_face.export
98
  Profile Job summary of MediaPipeFaceDetector
99
  --------------------------------------------------
100
  Device: Samsung Galaxy S24 (14)
101
- Estimated Inference Time: 0.38 ms
102
- Estimated Peak Memory Range: 0.01-26.15 MB
103
- Compute Units: NPU (111) | Total (111)
104
 
105
  Profile Job summary of MediaPipeFaceLandmarkDetector
106
  --------------------------------------------------
107
  Device: Samsung Galaxy S24 (14)
108
- Estimated Inference Time: 0.16 ms
109
- Estimated Peak Memory Range: 0.01-23.55 MB
110
- Compute Units: NPU (100) | Total (100)
111
 
112
  Profile Job summary of MediaPipeFaceDetector
113
  --------------------------------------------------
114
  Device: Samsung Galaxy S24 (14)
115
- Estimated Inference Time: 0.38 ms
116
- Estimated Peak Memory Range: 0.01-25.70 MB
117
- Compute Units: NPU (111) | Total (111)
118
 
119
  Profile Job summary of MediaPipeFaceLandmarkDetector
120
  --------------------------------------------------
121
  Device: Samsung Galaxy S24 (14)
122
- Estimated Inference Time: 0.16 ms
123
- Estimated Peak Memory Range: 0.02-23.84 MB
124
- Compute Units: NPU (100) | Total (100)
125
 
126
 
127
  ```
 
34
 
35
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
36
  | ---|---|---|---|---|---|---|---|
37
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.785 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 0.309 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.tflite)
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.836 ms | 1 - 7 MB | FP16 | NPU | [MediaPipeFaceDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceDetector.so)
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.394 ms | 0 - 57 MB | FP16 | NPU | [MediaPipeFaceLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Face-Detection/blob/main/MediaPipeFaceLandmarkDetector.so)
41
 
42
 
43
  ## Installation
 
98
  Profile Job summary of MediaPipeFaceDetector
99
  --------------------------------------------------
100
  Device: Samsung Galaxy S24 (14)
101
+ Estimated Inference Time: 0.55 ms
102
+ Estimated Peak Memory Range: 0.02-28.23 MB
103
+ Compute Units: NPU (112) | Total (112)
104
 
105
  Profile Job summary of MediaPipeFaceLandmarkDetector
106
  --------------------------------------------------
107
  Device: Samsung Galaxy S24 (14)
108
+ Estimated Inference Time: 0.25 ms
109
+ Estimated Peak Memory Range: 0.01-24.55 MB
110
+ Compute Units: NPU (101) | Total (101)
111
 
112
  Profile Job summary of MediaPipeFaceDetector
113
  --------------------------------------------------
114
  Device: Samsung Galaxy S24 (14)
115
+ Estimated Inference Time: 0.59 ms
116
+ Estimated Peak Memory Range: 0.01-41.34 MB
117
+ Compute Units: NPU (148) | Total (148)
118
 
119
  Profile Job summary of MediaPipeFaceLandmarkDetector
120
  --------------------------------------------------
121
  Device: Samsung Galaxy S24 (14)
122
+ Estimated Inference Time: 0.28 ms
123
+ Estimated Peak Memory Range: 0.01-35.45 MB
124
+ Compute Units: NPU (107) | Total (107)
125
 
126
 
127
  ```