qaihm-bot commited on
Commit
4384194
·
verified ·
1 Parent(s): 02183ea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -94,6 +94,37 @@ device. This script does the following:
94
  python -m qai_hub_models.models.mediapipe_face.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-Face-Detection/export.py)
 
94
  python -m qai_hub_models.models.mediapipe_face.export
95
  ```
96
 
97
+ ```
98
+ Profile Job summary of MediaPipeFaceDetector
99
+ --------------------------------------------------
100
+ Device: QCS8550 (Proxy) (12)
101
+ Estimated Inference Time: 0.78 ms
102
+ Estimated Peak Memory Range: 0.02-1.53 MB
103
+ Compute Units: NPU (112) | Total (112)
104
+
105
+ Profile Job summary of MediaPipeFaceLandmarkDetector
106
+ --------------------------------------------------
107
+ Device: QCS8550 (Proxy) (12)
108
+ Estimated Inference Time: 0.33 ms
109
+ Estimated Peak Memory Range: 0.02-1.79 MB
110
+ Compute Units: NPU (101) | Total (101)
111
+
112
+ Profile Job summary of MediaPipeFaceDetector
113
+ --------------------------------------------------
114
+ Device: QCS8550 (Proxy) (12)
115
+ Estimated Inference Time: 0.84 ms
116
+ Estimated Peak Memory Range: 0.78-5.89 MB
117
+ Compute Units: NPU (148) | Total (148)
118
+
119
+ Profile Job summary of MediaPipeFaceLandmarkDetector
120
+ --------------------------------------------------
121
+ Device: QCS8550 (Proxy) (12)
122
+ Estimated Inference Time: 0.40 ms
123
+ Estimated Peak Memory Range: 0.44-77.67 MB
124
+ Compute Units: NPU (107) | Total (107)
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-Face-Detection/export.py)