Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -36,39 +36,39 @@ More details on model performance across various devices, can be found
|
|
36 |
|
37 |
| Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
39 |
-
| MobileNet-v3-Large | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE | 0.
|
40 |
-
| MobileNet-v3-Large | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 1.
|
41 |
-
| MobileNet-v3-Large | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | ONNX | 1.
|
42 |
-
| MobileNet-v3-Large | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 0.
|
43 |
-
| MobileNet-v3-Large | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 0.719 ms | 0 -
|
44 |
-
| MobileNet-v3-Large | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | ONNX | 0.
|
45 |
-
| MobileNet-v3-Large | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 0.
|
46 |
-
| MobileNet-v3-Large | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 0.
|
47 |
-
| MobileNet-v3-Large | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | ONNX | 0.
|
48 |
-
| MobileNet-v3-Large | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 0.
|
49 |
-
| MobileNet-v3-Large | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 1.
|
50 |
-
| MobileNet-v3-Large | SA7255P ADP | SA7255P | TFLITE | 15.
|
51 |
-
| MobileNet-v3-Large | SA7255P ADP | SA7255P | QNN | 14.
|
52 |
-
| MobileNet-v3-Large | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 0.
|
53 |
-
| MobileNet-v3-Large | SA8255 (Proxy) | SA8255P Proxy | QNN | 1.
|
54 |
-
| MobileNet-v3-Large | SA8295P ADP | SA8295P | TFLITE | 1.
|
55 |
-
| MobileNet-v3-Large | SA8295P ADP | SA8295P | QNN | 2.
|
56 |
-
| MobileNet-v3-Large | SA8650 (Proxy) | SA8650P Proxy | TFLITE | 0.
|
57 |
-
| MobileNet-v3-Large | SA8650 (Proxy) | SA8650P Proxy | QNN | 0
|
58 |
-
| MobileNet-v3-Large | SA8775P ADP | SA8775P | TFLITE | 1.
|
59 |
-
| MobileNet-v3-Large | SA8775P ADP | SA8775P | QNN | 1.
|
60 |
-
| MobileNet-v3-Large | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 1.
|
61 |
-
| MobileNet-v3-Large | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 1.
|
62 |
-
| MobileNet-v3-Large | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 1.
|
63 |
-
| MobileNet-v3-Large | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 1.
|
64 |
|
65 |
|
66 |
|
67 |
|
68 |
## Installation
|
69 |
|
70 |
-
This model can be installed as a Python package via pip.
|
71 |
|
|
|
72 |
```bash
|
73 |
pip install qai-hub-models
|
74 |
```
|
@@ -125,7 +125,7 @@ MobileNet-v3-Large
|
|
125 |
Device : Samsung Galaxy S23 (13)
|
126 |
Runtime : TFLITE
|
127 |
Estimated inference time (ms) : 1.0
|
128 |
-
Estimated peak memory usage (MB): [0,
|
129 |
Total # Ops : 128
|
130 |
Compute Unit(s) : NPU (128 ops)
|
131 |
```
|
@@ -152,7 +152,7 @@ from qai_hub_models.models.mobilenet_v3_large 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 +244,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 MobileNet-v3-Large can be found
|
|
|
248 |
* The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf)
|
249 |
|
250 |
|
|
|
36 |
|
37 |
| Model | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
|
38 |
|---|---|---|---|---|---|---|---|---|
|
39 |
+
| MobileNet-v3-Large | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | TFLITE | 0.993 ms | 0 - 75 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
40 |
+
| MobileNet-v3-Large | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | QNN | 1.05 ms | 0 - 64 MB | FP16 | NPU | [MobileNet-v3-Large.so](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.so) |
|
41 |
+
| MobileNet-v3-Large | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 | ONNX | 1.005 ms | 0 - 57 MB | FP16 | NPU | [MobileNet-v3-Large.onnx](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.onnx) |
|
42 |
+
| MobileNet-v3-Large | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | TFLITE | 0.679 ms | 0 - 21 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
43 |
+
| MobileNet-v3-Large | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | QNN | 0.719 ms | 0 - 23 MB | FP16 | NPU | [MobileNet-v3-Large.so](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.so) |
|
44 |
+
| MobileNet-v3-Large | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 | ONNX | 0.705 ms | 0 - 25 MB | FP16 | NPU | [MobileNet-v3-Large.onnx](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.onnx) |
|
45 |
+
| MobileNet-v3-Large | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | TFLITE | 0.688 ms | 0 - 25 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
46 |
+
| MobileNet-v3-Large | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | QNN | 0.725 ms | 1 - 20 MB | FP16 | NPU | Use Export Script |
|
47 |
+
| MobileNet-v3-Large | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite | ONNX | 0.721 ms | 0 - 23 MB | FP16 | NPU | [MobileNet-v3-Large.onnx](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.onnx) |
|
48 |
+
| MobileNet-v3-Large | QCS8550 (Proxy) | QCS8550 Proxy | TFLITE | 0.993 ms | 0 - 74 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
49 |
+
| MobileNet-v3-Large | QCS8550 (Proxy) | QCS8550 Proxy | QNN | 1.007 ms | 1 - 4 MB | FP16 | NPU | Use Export Script |
|
50 |
+
| MobileNet-v3-Large | SA7255P ADP | SA7255P | TFLITE | 15.032 ms | 0 - 14 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
51 |
+
| MobileNet-v3-Large | SA7255P ADP | SA7255P | QNN | 14.698 ms | 1 - 10 MB | FP16 | NPU | Use Export Script |
|
52 |
+
| MobileNet-v3-Large | SA8255 (Proxy) | SA8255P Proxy | TFLITE | 0.999 ms | 0 - 6 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
53 |
+
| MobileNet-v3-Large | SA8255 (Proxy) | SA8255P Proxy | QNN | 1.002 ms | 1 - 2 MB | FP16 | NPU | Use Export Script |
|
54 |
+
| MobileNet-v3-Large | SA8295P ADP | SA8295P | TFLITE | 1.88 ms | 0 - 21 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
55 |
+
| MobileNet-v3-Large | SA8295P ADP | SA8295P | QNN | 2.09 ms | 0 - 14 MB | FP16 | NPU | Use Export Script |
|
56 |
+
| MobileNet-v3-Large | SA8650 (Proxy) | SA8650P Proxy | TFLITE | 0.998 ms | 0 - 54 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
57 |
+
| MobileNet-v3-Large | SA8650 (Proxy) | SA8650P Proxy | QNN | 1.0 ms | 1 - 3 MB | FP16 | NPU | Use Export Script |
|
58 |
+
| MobileNet-v3-Large | SA8775P ADP | SA8775P | TFLITE | 1.698 ms | 0 - 15 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
59 |
+
| MobileNet-v3-Large | SA8775P ADP | SA8775P | QNN | 1.844 ms | 1 - 11 MB | FP16 | NPU | Use Export Script |
|
60 |
+
| MobileNet-v3-Large | QCS8450 (Proxy) | QCS8450 Proxy | TFLITE | 1.392 ms | 0 - 24 MB | FP16 | NPU | [MobileNet-v3-Large.tflite](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.tflite) |
|
61 |
+
| MobileNet-v3-Large | QCS8450 (Proxy) | QCS8450 Proxy | QNN | 1.455 ms | 1 - 27 MB | FP16 | NPU | Use Export Script |
|
62 |
+
| MobileNet-v3-Large | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN | 1.167 ms | 1 - 1 MB | FP16 | NPU | Use Export Script |
|
63 |
+
| MobileNet-v3-Large | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 1.051 ms | 14 - 14 MB | FP16 | NPU | [MobileNet-v3-Large.onnx](https://huggingface.co/qualcomm/MobileNet-v3-Large/blob/main/MobileNet-v3-Large.onnx) |
|
64 |
|
65 |
|
66 |
|
67 |
|
68 |
## Installation
|
69 |
|
|
|
70 |
|
71 |
+
Install the package via pip:
|
72 |
```bash
|
73 |
pip install qai-hub-models
|
74 |
```
|
|
|
125 |
Device : Samsung Galaxy S23 (13)
|
126 |
Runtime : TFLITE
|
127 |
Estimated inference time (ms) : 1.0
|
128 |
+
Estimated peak memory usage (MB): [0, 75]
|
129 |
Total # Ops : 128
|
130 |
Compute Unit(s) : NPU (128 ops)
|
131 |
```
|
|
|
152 |
torch_model = Model.from_pretrained()
|
153 |
|
154 |
# Device
|
155 |
+
device = hub.Device("Samsung Galaxy S24")
|
156 |
|
157 |
# Trace model
|
158 |
input_shape = torch_model.get_input_spec()
|
|
|
244 |
|
245 |
|
246 |
## License
|
247 |
+
* The license for the original implementation of MobileNet-v3-Large can be found
|
248 |
+
[here](https://github.com/pytorch/vision/blob/main/LICENSE).
|
249 |
* The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf)
|
250 |
|
251 |
|