Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -35,45 +35,44 @@ More details on model performance across various devices, can be found
|
|
35 |
|
36 |
| Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
37 |
|---|---|---|---|---|---|---|---|---|
|
38 |
-
| YOLOv11-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE | 5.
|
39 |
-
| YOLOv11-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 5.
|
40 |
-
| YOLOv11-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | ONNX |
|
41 |
-
| YOLOv11-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 3.
|
42 |
-
| YOLOv11-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 3.
|
43 |
-
| YOLOv11-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | ONNX | 4.
|
44 |
-
| YOLOv11-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 3.
|
45 |
-
| YOLOv11-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 3.
|
46 |
-
| YOLOv11-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | ONNX | 3.
|
47 |
-
| YOLOv11-Detection | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 5.
|
48 |
-
| YOLOv11-Detection | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 5.
|
49 |
-
| YOLOv11-Detection | SA7255P ADP | SA7255P | TFLITE |
|
50 |
-
| YOLOv11-Detection | SA7255P ADP | SA7255P | QNN | 58.
|
51 |
-
| YOLOv11-Detection | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 5.
|
52 |
-
| YOLOv11-Detection | SA8255 (Proxy) | SA8255P Proxy | QNN | 5.
|
53 |
-
| YOLOv11-Detection | SA8295P ADP | SA8295P | TFLITE | 10.
|
54 |
-
| YOLOv11-Detection | SA8295P ADP | SA8295P | QNN |
|
55 |
| YOLOv11-Detection | SA8650 (Proxy) | SA8650P Proxy | TFLITE | 5.444 ms | 0 - 19 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
56 |
-
| YOLOv11-Detection | SA8650 (Proxy) | SA8650P Proxy | QNN | 5.
|
57 |
-
| YOLOv11-Detection | SA8775P ADP | SA8775P | TFLITE | 8.
|
58 |
-
| YOLOv11-Detection | SA8775P ADP | SA8775P | QNN |
|
59 |
-
| YOLOv11-Detection | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 8.
|
60 |
-
| YOLOv11-Detection | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 8.
|
61 |
-
| YOLOv11-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 5.
|
62 |
-
| YOLOv11-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 6.
|
63 |
|
64 |
|
65 |
|
66 |
|
67 |
## Installation
|
68 |
|
69 |
-
This model can be installed as a Python package via pip.
|
70 |
|
|
|
71 |
```bash
|
72 |
-
pip install "qai-hub-models[
|
73 |
```
|
74 |
|
75 |
|
76 |
-
|
77 |
## Configure Qualcomm® AI Hub to run this model on a cloud-hosted device
|
78 |
|
79 |
Sign-in to [Qualcomm® AI Hub](https://app.aihub.qualcomm.com/) with your
|
@@ -152,7 +151,7 @@ from qai_hub_models.models.yolov11_det import Model
|
|
152 |
torch_model = Model.from_pretrained()
|
153 |
|
154 |
# Device
|
155 |
-
device = hub.Device("Samsung Galaxy
|
156 |
|
157 |
# Trace model
|
158 |
input_shape = torch_model.get_input_spec()
|
@@ -244,7 +243,8 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
|
|
244 |
|
245 |
|
246 |
## License
|
247 |
-
* The license for the original implementation of YOLOv11-Detection can be found
|
|
|
248 |
* The license for the compiled assets for on-device deployment can be found [here](https://github.com/ultralytics/ultralytics/blob/main/LICENSE)
|
249 |
|
250 |
|
|
|
35 |
|
36 |
| Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
37 |
|---|---|---|---|---|---|---|---|---|
|
38 |
+
| YOLOv11-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE | 5.419 ms | 0 - 19 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
39 |
+
| YOLOv11-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 5.517 ms | 5 - 21 MB | FP16 | NPU | [YOLOv11-Detection.so](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.so) |
|
40 |
+
| YOLOv11-Detection | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | ONNX | 5.943 ms | 5 - 35 MB | FP16 | NPU | [YOLOv11-Detection.onnx](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.onnx) |
|
41 |
+
| YOLOv11-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 3.875 ms | 0 - 42 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
42 |
+
| YOLOv11-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 3.875 ms | 5 - 55 MB | FP16 | NPU | [YOLOv11-Detection.so](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.so) |
|
43 |
+
| YOLOv11-Detection | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | ONNX | 4.574 ms | 5 - 65 MB | FP16 | NPU | [YOLOv11-Detection.onnx](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.onnx) |
|
44 |
+
| YOLOv11-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 3.154 ms | 0 - 45 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
45 |
+
| YOLOv11-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 3.209 ms | 5 - 56 MB | FP16 | NPU | Use Export Script |
|
46 |
+
| YOLOv11-Detection | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | ONNX | 3.954 ms | 2 - 55 MB | FP16 | NPU | [YOLOv11-Detection.onnx](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.onnx) |
|
47 |
+
| YOLOv11-Detection | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 5.43 ms | 0 - 15 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
48 |
+
| YOLOv11-Detection | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 5.382 ms | 5 - 12 MB | FP16 | NPU | Use Export Script |
|
49 |
+
| YOLOv11-Detection | SA7255P ADP | SA7255P | TFLITE | 59.919 ms | 0 - 37 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
50 |
+
| YOLOv11-Detection | SA7255P ADP | SA7255P | QNN | 58.851 ms | 1 - 10 MB | FP16 | NPU | Use Export Script |
|
51 |
+
| YOLOv11-Detection | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 5.487 ms | 0 - 19 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
52 |
+
| YOLOv11-Detection | SA8255 (Proxy) | SA8255P Proxy | QNN | 5.426 ms | 6 - 8 MB | FP16 | NPU | Use Export Script |
|
53 |
+
| YOLOv11-Detection | SA8295P ADP | SA8295P | TFLITE | 10.044 ms | 0 - 36 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
54 |
+
| YOLOv11-Detection | SA8295P ADP | SA8295P | QNN | 9.698 ms | 0 - 14 MB | FP16 | NPU | Use Export Script |
|
55 |
| YOLOv11-Detection | SA8650 (Proxy) | SA8650P Proxy | TFLITE | 5.444 ms | 0 - 19 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
56 |
+
| YOLOv11-Detection | SA8650 (Proxy) | SA8650P Proxy | QNN | 5.386 ms | 5 - 7 MB | FP16 | NPU | Use Export Script |
|
57 |
+
| YOLOv11-Detection | SA8775P ADP | SA8775P | TFLITE | 8.175 ms | 0 - 37 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
58 |
+
| YOLOv11-Detection | SA8775P ADP | SA8775P | QNN | 8.049 ms | 1 - 11 MB | FP16 | NPU | Use Export Script |
|
59 |
+
| YOLOv11-Detection | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 8.8 ms | 0 - 37 MB | FP16 | NPU | [YOLOv11-Detection.tflite](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.tflite) |
|
60 |
+
| YOLOv11-Detection | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 8.49 ms | 5 - 44 MB | FP16 | NPU | Use Export Script |
|
61 |
+
| YOLOv11-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 5.901 ms | 5 - 5 MB | FP16 | NPU | Use Export Script |
|
62 |
+
| YOLOv11-Detection | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 6.753 ms | 5 - 5 MB | FP16 | NPU | [YOLOv11-Detection.onnx](https://huggingface.co/qualcomm/YOLOv11-Detection/blob/main/YOLOv11-Detection.onnx) |
|
63 |
|
64 |
|
65 |
|
66 |
|
67 |
## Installation
|
68 |
|
|
|
69 |
|
70 |
+
Install the package via pip:
|
71 |
```bash
|
72 |
+
pip install "qai-hub-models[yolov11-det]"
|
73 |
```
|
74 |
|
75 |
|
|
|
76 |
## Configure Qualcomm® AI Hub to run this model on a cloud-hosted device
|
77 |
|
78 |
Sign-in to [Qualcomm® AI Hub](https://app.aihub.qualcomm.com/) with your
|
|
|
151 |
torch_model = Model.from_pretrained()
|
152 |
|
153 |
# Device
|
154 |
+
device = hub.Device("Samsung Galaxy S24")
|
155 |
|
156 |
# Trace model
|
157 |
input_shape = torch_model.get_input_spec()
|
|
|
243 |
|
244 |
|
245 |
## License
|
246 |
+
* The license for the original implementation of YOLOv11-Detection can be found
|
247 |
+
[here](https://github.com/ultralytics/ultralytics/blob/main/LICENSE).
|
248 |
* The license for the compiled assets for on-device deployment can be found [here](https://github.com/ultralytics/ultralytics/blob/main/LICENSE)
|
249 |
|
250 |
|