qaihm-bot commited on
Commit
7daafcd
1 Parent(s): a01c984

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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.277 ms | 0 - 4 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.212 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.006 ms | 2 - 22 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.306 ms | 1 - 7 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.so)
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: Snapdragon X Elite CRD (11)
104
- Estimated Inference Time: 1.14 ms
105
- Estimated Peak Memory Range: 0.75-0.75 MB
106
- Compute Units: NPU (196) | Total (196)
107
 
108
  Profile Job summary of MediaPipeHandLandmarkDetector
109
  --------------------------------------------------
110
- Device: Snapdragon X Elite CRD (11)
111
- Estimated Inference Time: 1.50 ms
112
- Estimated Peak Memory Range: 0.75-0.75 MB
113
- Compute Units: NPU (209) | Total (209)
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
  ```