qaihm-bot commited on
Commit
69149e2
1 Parent(s): de24010

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -35,7 +35,7 @@ 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 | 7.329 ms | 4 - 7 MB | FP16 | NPU | [YOLOv8-Segmentation.tflite](https://huggingface.co/qualcomm/YOLOv8-Segmentation/blob/main/YOLOv8-Segmentation.tflite)
39
 
40
 
41
 
@@ -115,7 +115,6 @@ from qai_hub_models.models.yolov8_seg import Model
115
 
116
  # Load the model
117
  torch_model = Model.from_pretrained()
118
- torch_model.eval()
119
 
120
  # Device
121
  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 | 6.377 ms | 4 - 7 MB | FP16 | NPU | [YOLOv8-Segmentation.tflite](https://huggingface.co/qualcomm/YOLOv8-Segmentation/blob/main/YOLOv8-Segmentation.tflite)
39
 
40
 
41
 
 
115
 
116
  # Load the model
117
  torch_model = Model.from_pretrained()
 
118
 
119
  # Device
120
  device = hub.Device("Samsung Galaxy S23")