qaihm-bot commited on
Commit
2de5f74
1 Parent(s): fb39877

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -33,7 +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 | 47.957 ms | 4 - 23 MB | FP16 | NPU | [SAMDecoder.tflite](https://huggingface.co/qualcomm/Segment-Anything-Model/blob/main/SAMDecoder.tflite)
 
37
 
38
 
39
  ## Installation
@@ -91,16 +92,6 @@ device. This script does the following:
91
  python -m qai_hub_models.models.sam.export
92
  ```
93
 
94
- ```
95
- Profile Job summary of SAMDecoder
96
- --------------------------------------------------
97
- Device: QCS8550 (Proxy) (12)
98
- Estimated Inference Time: 48.30 ms
99
- Estimated Peak Memory Range: 3.79-11.81 MB
100
- Compute Units: NPU (340) | Total (340)
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/Segment-Anything-Model/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 | 48.417 ms | 4 - 13 MB | FP16 | NPU | [SAMDecoder.tflite](https://huggingface.co/qualcomm/Segment-Anything-Model/blob/main/SAMDecoder.tflite)
37
+ | Samsung Galaxy S23 Ultra (Android 13) | Snapdragon® 8 Gen 2 | TFLite | 12002.934 ms | 2618 - 2622 MB | FP32 | CPU | [SAMEncoder.tflite](https://huggingface.co/qualcomm/Segment-Anything-Model/blob/main/SAMEncoder.tflite)
38
 
39
 
40
  ## Installation
 
92
  python -m qai_hub_models.models.sam.export
93
  ```
94
 
 
 
 
 
 
 
 
 
 
 
95
  ## How does this work?
96
 
97
  This [export script](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/Segment-Anything-Model/export.py)