Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -36,8 +36,8 @@ 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 | 1.
|
40 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.
|
41 |
|
42 |
|
43 |
|
@@ -99,7 +99,7 @@ python -m qai_hub_models.models.posenet_mobilenet.export
|
|
99 |
Profile Job summary of Posenet-Mobilenet
|
100 |
--------------------------------------------------
|
101 |
Device: Snapdragon X Elite CRD (11)
|
102 |
-
Estimated Inference Time: 1.
|
103 |
Estimated Peak Memory Range: 1.52-1.52 MB
|
104 |
Compute Units: NPU (69) | Total (69)
|
105 |
|
@@ -126,7 +126,6 @@ from qai_hub_models.models.posenet_mobilenet import Model
|
|
126 |
|
127 |
# Load the model
|
128 |
torch_model = Model.from_pretrained()
|
129 |
-
torch_model.eval()
|
130 |
|
131 |
# Device
|
132 |
device = hub.Device("Samsung Galaxy S23")
|
|
|
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 | 1.412 ms | 0 - 1 MB | FP16 | NPU | [Posenet-Mobilenet.tflite](https://huggingface.co/qualcomm/Posenet-Mobilenet/blob/main/Posenet-Mobilenet.tflite)
|
40 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 1.45 ms | 0 - 13 MB | FP16 | NPU | [Posenet-Mobilenet.so](https://huggingface.co/qualcomm/Posenet-Mobilenet/blob/main/Posenet-Mobilenet.so)
|
41 |
|
42 |
|
43 |
|
|
|
99 |
Profile Job summary of Posenet-Mobilenet
|
100 |
--------------------------------------------------
|
101 |
Device: Snapdragon X Elite CRD (11)
|
102 |
+
Estimated Inference Time: 1.55 ms
|
103 |
Estimated Peak Memory Range: 1.52-1.52 MB
|
104 |
Compute Units: NPU (69) | Total (69)
|
105 |
|
|
|
126 |
|
127 |
# Load the model
|
128 |
torch_model = Model.from_pretrained()
|
|
|
129 |
|
130 |
# Device
|
131 |
device = hub.Device("Samsung Galaxy S23")
|