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_pose.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-Pose-Estimation/export.py)
|
|
|
94 |
python -m qai_hub_models.models.mediapipe_pose.export
|
95 |
```
|
96 |
|
97 |
+
```
|
98 |
+
Profile Job summary of MediaPipePoseDetector
|
99 |
+
--------------------------------------------------
|
100 |
+
Device: QCS8550 (Proxy) (12)
|
101 |
+
Estimated Inference Time: 0.84 ms
|
102 |
+
Estimated Peak Memory Range: 0.03-1.47 MB
|
103 |
+
Compute Units: NPU (107) | Total (107)
|
104 |
+
|
105 |
+
Profile Job summary of MediaPipePoseLandmarkDetector
|
106 |
+
--------------------------------------------------
|
107 |
+
Device: QCS8550 (Proxy) (12)
|
108 |
+
Estimated Inference Time: 1.25 ms
|
109 |
+
Estimated Peak Memory Range: 0.01-2.69 MB
|
110 |
+
Compute Units: NPU (230) | Total (230)
|
111 |
+
|
112 |
+
Profile Job summary of MediaPipePoseDetector
|
113 |
+
--------------------------------------------------
|
114 |
+
Device: QCS8550 (Proxy) (12)
|
115 |
+
Estimated Inference Time: 0.89 ms
|
116 |
+
Estimated Peak Memory Range: 0.01-99.46 MB
|
117 |
+
Compute Units: NPU (140) | Total (140)
|
118 |
+
|
119 |
+
Profile Job summary of MediaPipePoseLandmarkDetector
|
120 |
+
--------------------------------------------------
|
121 |
+
Device: QCS8550 (Proxy) (12)
|
122 |
+
Estimated Inference Time: 1.29 ms
|
123 |
+
Estimated Peak Memory Range: 0.02-13.26 MB
|
124 |
+
Compute Units: NPU (306) | Total (306)
|
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-Pose-Estimation/export.py)
|