qaihm-bot commited on
Commit
1405c9d
1 Parent(s): 4535ed3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -35,8 +35,8 @@ More details on model performance across various devices, can be found
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 | 5.9 ms | 0 - 11 MB | FP16 | NPU | [YOLOv8-Detection.tflite](https://huggingface.co/qualcomm/YOLOv8-Detection/blob/main/YOLOv8-Detection.tflite)
39
- | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.248 ms | 5 - 17 MB | FP16 | NPU | [YOLOv8-Detection.so](https://huggingface.co/qualcomm/YOLOv8-Detection/blob/main/YOLOv8-Detection.so)
40
 
41
 
42
 
@@ -99,7 +99,7 @@ python -m qai_hub_models.models.yolov8_det.export
99
  Profile Job summary of YOLOv8-Detection
100
  --------------------------------------------------
101
  Device: Snapdragon X Elite CRD (11)
102
- Estimated Inference Time: 5.77 ms
103
  Estimated Peak Memory Range: 4.70-4.70 MB
104
  Compute Units: NPU (285) | Total (285)
105
 
@@ -126,7 +126,6 @@ from qai_hub_models.models.yolov8_det import Model
126
 
127
  # Load the model
128
  torch_model = Model.from_pretrained()
129
- torch_model.eval()
130
 
131
  # Device
132
  device = hub.Device("Samsung Galaxy S23")
 
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 | 5.199 ms | 0 - 3 MB | FP16 | NPU | [YOLOv8-Detection.tflite](https://huggingface.co/qualcomm/YOLOv8-Detection/blob/main/YOLOv8-Detection.tflite)
39
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | QNN Model Library | 5.211 ms | 4 - 16 MB | FP16 | NPU | [YOLOv8-Detection.so](https://huggingface.co/qualcomm/YOLOv8-Detection/blob/main/YOLOv8-Detection.so)
40
 
41
 
42
 
 
99
  Profile Job summary of YOLOv8-Detection
100
  --------------------------------------------------
101
  Device: Snapdragon X Elite CRD (11)
102
+ Estimated Inference Time: 5.38 ms
103
  Estimated Peak Memory Range: 4.70-4.70 MB
104
  Compute Units: NPU (285) | Total (285)
105
 
 
126
 
127
  # Load the model
128
  torch_model = Model.from_pretrained()
 
129
 
130
  # Device
131
  device = hub.Device("Samsung Galaxy S23")