Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -94,6 +94,37 @@ device. This script does the following:
|
|
| 94 |
python -m qai_hub_models.models.mediapipe_hand.export
|
| 95 |
```
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
## How does this work?
|
| 98 |
|
| 99 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/MediaPipe-Hand-Detection/export.py)
|
|
|
|
| 94 |
python -m qai_hub_models.models.mediapipe_hand.export
|
| 95 |
```
|
| 96 |
|
| 97 |
+
```
|
| 98 |
+
Profile Job summary of MediaPipeHandDetector
|
| 99 |
+
--------------------------------------------------
|
| 100 |
+
Device: QCS8550 (Proxy) (12)
|
| 101 |
+
Estimated Inference Time: 0.96 ms
|
| 102 |
+
Estimated Peak Memory Range: 0.02-3.69 MB
|
| 103 |
+
Compute Units: NPU (152) | Total (152)
|
| 104 |
+
|
| 105 |
+
Profile Job summary of MediaPipeHandLandmarkDetector
|
| 106 |
+
--------------------------------------------------
|
| 107 |
+
Device: QCS8550 (Proxy) (12)
|
| 108 |
+
Estimated Inference Time: 1.21 ms
|
| 109 |
+
Estimated Peak Memory Range: 0.04-1.98 MB
|
| 110 |
+
Compute Units: NPU (159) | Total (159)
|
| 111 |
+
|
| 112 |
+
Profile Job summary of MediaPipeHandDetector
|
| 113 |
+
--------------------------------------------------
|
| 114 |
+
Device: QCS8550 (Proxy) (12)
|
| 115 |
+
Estimated Inference Time: 1.02 ms
|
| 116 |
+
Estimated Peak Memory Range: 0.77-7.60 MB
|
| 117 |
+
Compute Units: NPU (197) | Total (197)
|
| 118 |
+
|
| 119 |
+
Profile Job summary of MediaPipeHandLandmarkDetector
|
| 120 |
+
--------------------------------------------------
|
| 121 |
+
Device: QCS8550 (Proxy) (12)
|
| 122 |
+
Estimated Inference Time: 1.31 ms
|
| 123 |
+
Estimated Peak Memory Range: 0.77-7.86 MB
|
| 124 |
+
Compute Units: NPU (210) | Total (210)
|
| 125 |
+
|
| 126 |
+
|
| 127 |
+
```
|
| 128 |
## How does this work?
|
| 129 |
|
| 130 |
This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/MediaPipe-Hand-Detection/export.py)
|