Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -33,8 +33,8 @@ More details on model performance across various devices, can be found
|
|
33 |
|
34 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
35 |
| ---|---|---|---|---|---|---|---|
|
36 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite |
|
37 |
-
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.
|
38 |
|
39 |
|
40 |
## Installation
|
@@ -95,17 +95,10 @@ python -m qai_hub_models.models.yolov8_det.export
|
|
95 |
```
|
96 |
Profile Job summary of YOLOv8-Detection
|
97 |
--------------------------------------------------
|
98 |
-
Device:
|
99 |
-
Estimated Inference Time:
|
100 |
-
Estimated Peak Memory Range:
|
101 |
-
Compute Units: NPU (
|
102 |
-
|
103 |
-
Profile Job summary of YOLOv8-Detection
|
104 |
-
--------------------------------------------------
|
105 |
-
Device: Samsung Galaxy S24 (14)
|
106 |
-
Estimated Inference Time: 3.68 ms
|
107 |
-
Estimated Peak Memory Range: 4.70-105.62 MB
|
108 |
-
Compute Units: NPU (293) | Total (293)
|
109 |
|
110 |
|
111 |
```
|
|
|
33 |
|
34 |
| Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
35 |
| ---|---|---|---|---|---|---|---|
|
36 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 5.873 ms | 0 - 8 MB | FP16 | NPU | [YOLOv8-Detection.tflite](https://huggingface.co/qualcomm/YOLOv8-Detection/blob/main/YOLOv8-Detection.tflite)
|
37 |
+
| Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.218 ms | 6 - 18 MB | FP16 | NPU | [YOLOv8-Detection.so](https://huggingface.co/qualcomm/YOLOv8-Detection/blob/main/YOLOv8-Detection.so)
|
38 |
|
39 |
|
40 |
## Installation
|
|
|
95 |
```
|
96 |
Profile Job summary of YOLOv8-Detection
|
97 |
--------------------------------------------------
|
98 |
+
Device: Snapdragon X Elite CRD (11)
|
99 |
+
Estimated Inference Time: 5.82 ms
|
100 |
+
Estimated Peak Memory Range: 4.70-4.70 MB
|
101 |
+
Compute Units: NPU (285) | Total (285)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
|
104 |
```
|