qaihm-bot commited on
Commit
044c071
·
verified ·
1 Parent(s): 47eb263

See https://github.com/quic/ai-hub-models/releases/v0.32.0 for changelog.

Files changed (3) hide show
  1. FastSam-S.onnx +2 -2
  2. LICENSE +2 -0
  3. README.md +5 -5
FastSam-S.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13485e1435230d8a77ce45f6385911a10ecf038294d4284467504258bf203d43
3
- size 47284258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b50ee5e595129b32869598b0396e32b95d806a693ac950a27165ddb956fc70
3
+ size 47291078
LICENSE ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ The license of the original trained model can be found at https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE.
2
+ The license for the deployable model files (.tflite, .onnx, .dlc, .bin, etc.) can be found at https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE.
README.md CHANGED
@@ -31,7 +31,7 @@ More details on model performance across various devices, can be found
31
  - Inference latency: RealTime
32
  - Input resolution: 640x640
33
  - Number of parameters: 11.8M
34
- - Model size: 45.1 MB
35
 
36
  | Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
37
  |---|---|---|---|---|---|---|---|---|
@@ -55,15 +55,15 @@ More details on model performance across various devices, can be found
55
  | FastSam-S | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 11.012 ms | 2 - 73 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
56
  | FastSam-S | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 7.052 ms | 4 - 31 MB | NPU | [FastSam-S.tflite](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.tflite) |
57
  | FastSam-S | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 7.133 ms | 0 - 24 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
58
- | FastSam-S | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 8.47 ms | 12 - 101 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
59
  | FastSam-S | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 5.433 ms | 3 - 67 MB | NPU | [FastSam-S.tflite](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.tflite) |
60
  | FastSam-S | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 5.34 ms | 5 - 104 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
61
- | FastSam-S | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 6.462 ms | 19 - 126 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
62
  | FastSam-S | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 4.836 ms | 0 - 55 MB | NPU | [FastSam-S.tflite](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.tflite) |
63
  | FastSam-S | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 3.997 ms | 5 - 83 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
64
- | FastSam-S | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 5.68 ms | 4 - 89 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
65
  | FastSam-S | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 7.883 ms | 24 - 24 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
66
- | FastSam-S | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 9.41 ms | 20 - 20 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
67
 
68
 
69
 
 
31
  - Inference latency: RealTime
32
  - Input resolution: 640x640
33
  - Number of parameters: 11.8M
34
+ - Model size (float): 45.1 MB
35
 
36
  | Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
37
  |---|---|---|---|---|---|---|---|---|
 
55
  | FastSam-S | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 11.012 ms | 2 - 73 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
56
  | FastSam-S | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 7.052 ms | 4 - 31 MB | NPU | [FastSam-S.tflite](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.tflite) |
57
  | FastSam-S | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 7.133 ms | 0 - 24 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
58
+ | FastSam-S | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 8.563 ms | 11 - 89 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
59
  | FastSam-S | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 5.433 ms | 3 - 67 MB | NPU | [FastSam-S.tflite](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.tflite) |
60
  | FastSam-S | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 5.34 ms | 5 - 104 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
61
+ | FastSam-S | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 6.25 ms | 15 - 123 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
62
  | FastSam-S | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 4.836 ms | 0 - 55 MB | NPU | [FastSam-S.tflite](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.tflite) |
63
  | FastSam-S | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 3.997 ms | 5 - 83 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
64
+ | FastSam-S | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 5.981 ms | 1 - 85 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
65
  | FastSam-S | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 7.883 ms | 24 - 24 MB | NPU | [FastSam-S.dlc](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.dlc) |
66
+ | FastSam-S | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 9.419 ms | 21 - 21 MB | NPU | [FastSam-S.onnx](https://huggingface.co/qualcomm/FastSam-S/blob/main/FastSam-S.onnx) |
67
 
68
 
69