qaihm-bot commited on
Commit
8b80ef3
1 Parent(s): ca5b4d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -31,10 +31,13 @@ More details on model performance across various devices, can be found
31
  - Model size: 17.9 MB
32
 
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 | 6.721 ms | 0 - 3 MB | FP16 | NPU | [Yolo-v6.tflite](https://huggingface.co/qualcomm/Yolo-v6/blob/main/Yolo-v6.tflite)
37
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.377 ms | 4 - 15 MB | FP16 | NPU | [Yolo-v6.so](https://huggingface.co/qualcomm/Yolo-v6/blob/main/Yolo-v6.so)
 
38
 
39
 
40
  ## Installation
@@ -95,15 +98,17 @@ python -m qai_hub_models.models.yolov6.export
95
  Profile Job summary of Yolo-v6
96
  --------------------------------------------------
97
  Device: Snapdragon X Elite CRD (11)
98
- Estimated Inference Time: 6.76 ms
99
  Estimated Peak Memory Range: 4.70-4.70 MB
100
  Compute Units: NPU (228) | Total (228)
101
 
102
 
103
  ```
 
 
104
  ## How does this work?
105
 
106
- This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Yolo-v6/export.py)
107
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
108
  on-device. Lets go through each step below in detail:
109
 
@@ -180,6 +185,7 @@ spot check the output with expected output.
180
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
181
 
182
 
 
183
  ## Run demo on a cloud-hosted device
184
 
185
  You can also run the demo on-device.
@@ -216,7 +222,7 @@ Explore all available models on [Qualcomm® AI Hub](https://aihub.qualcomm.com/)
216
  ## License
217
  - The license for the original implementation of Yolo-v6 can be found
218
  [here](https://github.com/meituan/YOLOv6/blob/47625514e7480706a46ff3c0cd0252907ac12f22/LICENSE).
219
- - The license for the compiled assets for on-device deployment can be found [here]({deploy_license_url})
220
 
221
  ## References
222
  * [YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications](https://arxiv.org/abs/2209.02976)
 
31
  - Model size: 17.9 MB
32
 
33
 
34
+
35
+
36
  | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Precision | Primary Compute Unit | Target Model
37
  | ---|---|---|---|---|---|---|---|
38
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 7.424 ms | 0 - 3 MB | FP16 | NPU | [Yolo-v6.tflite](https://huggingface.co/qualcomm/Yolo-v6/blob/main/Yolo-v6.tflite)
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.369 ms | 5 - 16 MB | FP16 | NPU | [Yolo-v6.so](https://huggingface.co/qualcomm/Yolo-v6/blob/main/Yolo-v6.so)
40
+
41
 
42
 
43
  ## Installation
 
98
  Profile Job summary of Yolo-v6
99
  --------------------------------------------------
100
  Device: Snapdragon X Elite CRD (11)
101
+ Estimated Inference Time: 6.81 ms
102
  Estimated Peak Memory Range: 4.70-4.70 MB
103
  Compute Units: NPU (228) | Total (228)
104
 
105
 
106
  ```
107
+
108
+
109
  ## How does this work?
110
 
111
+ This [export script](https://aihub.qualcomm.com/models/yolov6/qai_hub_models/models/Yolo-v6/export.py)
112
  leverages [Qualcomm® AI Hub](https://aihub.qualcomm.com/) to optimize, validate, and deploy this model
113
  on-device. Lets go through each step below in detail:
114
 
 
185
  AI Hub. [Sign up for access](https://myaccount.qualcomm.com/signup).
186
 
187
 
188
+
189
  ## Run demo on a cloud-hosted device
190
 
191
  You can also run the demo on-device.
 
222
  ## License
223
  - The license for the original implementation of Yolo-v6 can be found
224
  [here](https://github.com/meituan/YOLOv6/blob/47625514e7480706a46ff3c0cd0252907ac12f22/LICENSE).
225
+ - The license for the compiled assets for on-device deployment can be found [here](https://github.com/meituan/YOLOv6/blob/47625514e7480706a46ff3c0cd0252907ac12f22/LICENSE)
226
 
227
  ## References
228
  * [YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications](https://arxiv.org/abs/2209.02976)