qaihm-bot commited on
Commit
339216a
1 Parent(s): 20d1fef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -19
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 | 7.224 ms | 0 - 8 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 | 6.898 ms | 5 - 18 MB | FP16 | NPU | [Yolo-v6.so](https://huggingface.co/qualcomm/Yolo-v6/blob/main/Yolo-v6.so)
38
 
39
 
40
  ## Installation
@@ -91,23 +91,6 @@ device. This script does the following:
91
  python -m qai_hub_models.models.yolov6.export
92
  ```
93
 
94
- ```
95
- Profile Job summary of Yolo-v6
96
- --------------------------------------------------
97
- Device: Samsung Galaxy S24 (14)
98
- Estimated Inference Time: 5.15 ms
99
- Estimated Peak Memory Range: 0.04-78.21 MB
100
- Compute Units: NPU (182) | Total (182)
101
-
102
- Profile Job summary of Yolo-v6
103
- --------------------------------------------------
104
- Device: Samsung Galaxy S24 (14)
105
- Estimated Inference Time: 4.87 ms
106
- Estimated Peak Memory Range: 4.72-89.10 MB
107
- Compute Units: NPU (229) | Total (229)
108
-
109
-
110
- ```
111
  ## How does this work?
112
 
113
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Yolo-v6/export.py)
 
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 | 7.953 ms | 2 - 5 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 | 6.885 ms | 5 - 18 MB | FP16 | NPU | [Yolo-v6.so](https://huggingface.co/qualcomm/Yolo-v6/blob/main/Yolo-v6.so)
38
 
39
 
40
  ## Installation
 
91
  python -m qai_hub_models.models.yolov6.export
92
  ```
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ## How does this work?
95
 
96
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Yolo-v6/export.py)