qaihm-bot commited on
Commit
6f8e61e
1 Parent(s): df0cc28

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -36,8 +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 | QNN Model Library | 0.791 ms | 0 - 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.155 ms | 1 - 50 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.so)
 
 
41
 
42
 
43
 
@@ -99,14 +101,14 @@ python -m qai_hub_models.models.mediapipe_hand.export
99
  Profile Job summary of MediaPipeHandDetector
100
  --------------------------------------------------
101
  Device: Snapdragon X Elite CRD (11)
102
- Estimated Inference Time: 1.10 ms
103
- Estimated Peak Memory Range: 0.85-0.85 MB
104
  Compute Units: NPU (195) | Total (195)
105
 
106
  Profile Job summary of MediaPipeHandLandmarkDetector
107
  --------------------------------------------------
108
  Device: Snapdragon X Elite CRD (11)
109
- Estimated Inference Time: 1.35 ms
110
  Estimated Peak Memory Range: 0.75-0.75 MB
111
  Compute Units: NPU (208) | Total (208)
112
 
 
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.714 ms | 0 - 5 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.048 ms | 0 - 55 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 | 0.791 ms | 1 - 20 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.109 ms | 2 - 39 MB | FP16 | NPU | [MediaPipeHandLandmarkDetector.so](https://huggingface.co/qualcomm/MediaPipe-Hand-Detection/blob/main/MediaPipeHandLandmarkDetector.so)
43
 
44
 
45
 
 
101
  Profile Job summary of MediaPipeHandDetector
102
  --------------------------------------------------
103
  Device: Snapdragon X Elite CRD (11)
104
+ Estimated Inference Time: 0.93 ms
105
+ Estimated Peak Memory Range: 0.75-0.75 MB
106
  Compute Units: NPU (195) | Total (195)
107
 
108
  Profile Job summary of MediaPipeHandLandmarkDetector
109
  --------------------------------------------------
110
  Device: Snapdragon X Elite CRD (11)
111
+ Estimated Inference Time: 1.34 ms
112
  Estimated Peak Memory Range: 0.75-0.75 MB
113
  Compute Units: NPU (208) | Total (208)
114