qaihm-bot commited on
Commit
6578c90
1 Parent(s): 4d45bd6

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.765 ms | 0 - 12 MB | FP16 | NPU | [MediaPipeHandDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandDetector.tflite)
38
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.047 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.tflite)
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.763 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeHandDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandDetector.so)
40
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 0.996 ms | 0 - 10 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.so)
41
 
42
 
43
  ## Installation
@@ -98,30 +98,30 @@ python -m qai_hub_models.models.mediapipe_hand.export
98
  Profile Job summary of MediaPipeHandDetector
99
  --------------------------------------------------
100
  Device: Samsung Galaxy S24 (14)
101
- Estimated Inference Time: 0.57 ms
102
- Estimated Peak Memory Range: 0.01-49.27 MB
103
- Compute Units: NPU (151) | Total (151)
104
 
105
  Profile Job summary of MediaPipeHandLandmarkDetector
106
  --------------------------------------------------
107
  Device: Samsung Galaxy S24 (14)
108
- Estimated Inference Time: 0.75 ms
109
- Estimated Peak Memory Range: 0.02-51.85 MB
110
- Compute Units: NPU (158) | Total (158)
111
 
112
  Profile Job summary of MediaPipeHandDetector
113
  --------------------------------------------------
114
  Device: Samsung Galaxy S24 (14)
115
- Estimated Inference Time: 0.55 ms
116
- Estimated Peak Memory Range: 0.01-49.65 MB
117
- Compute Units: NPU (151) | Total (151)
118
 
119
  Profile Job summary of MediaPipeHandLandmarkDetector
120
  --------------------------------------------------
121
  Device: Samsung Galaxy S24 (14)
122
- Estimated Inference Time: 0.75 ms
123
- Estimated Peak Memory Range: 0.01-51.44 MB
124
- Compute Units: NPU (158) | Total (158)
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.963 ms | 0 - 3 MB | FP16 | NPU | [MediaPipeHandDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandDetector.tflite)
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 1.204 ms | 0 - 2 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.tflite](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.tflite)
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.013 ms | 1 - 20 MB | FP16 | NPU | [MediaPipeHandDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandDetector.so)
40
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.286 ms | 0 - 10 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.so)
41
 
42
 
43
  ## Installation
 
98
  Profile Job summary of MediaPipeHandDetector
99
  --------------------------------------------------
100
  Device: Samsung Galaxy S24 (14)
101
+ Estimated Inference Time: 0.68 ms
102
+ Estimated Peak Memory Range: 0.02-50.05 MB
103
+ Compute Units: NPU (152) | Total (152)
104
 
105
  Profile Job summary of MediaPipeHandLandmarkDetector
106
  --------------------------------------------------
107
  Device: Samsung Galaxy S24 (14)
108
+ Estimated Inference Time: 0.89 ms
109
+ Estimated Peak Memory Range: 0.01-53.81 MB
110
+ Compute Units: NPU (159) | Total (159)
111
 
112
  Profile Job summary of MediaPipeHandDetector
113
  --------------------------------------------------
114
  Device: Samsung Galaxy S24 (14)
115
+ Estimated Inference Time: 0.72 ms
116
+ Estimated Peak Memory Range: 0.77-52.90 MB
117
+ Compute Units: NPU (197) | Total (197)
118
 
119
  Profile Job summary of MediaPipeHandLandmarkDetector
120
  --------------------------------------------------
121
  Device: Samsung Galaxy S24 (14)
122
+ Estimated Inference Time: 0.97 ms
123
+ Estimated Peak Memory Range: 0.77-60.12 MB
124
+ Compute Units: NPU (210) | Total (210)
125
 
126
 
127
  ```