qaihm-bot commited on
Commit
424df1f
·
verified ·
1 Parent(s): d2806bd

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

Files changed (3) hide show
  1. FastSam-X.onnx +2 -2
  2. LICENSE +2 -0
  3. README.md +5 -5
FastSam-X.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e89089480b8c5d0d2059ba690c30d329fdadeca327adc18219ffcbdf85a4de9
3
- size 289010203
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c58d644277f4d6a0e8996f64c6e2df33f952a18d04793b5d4419ce88a8fd244
3
+ size 289020075
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: 72.2M
34
- - Model size: 276 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-X | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 67.905 ms | 4 - 87 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
56
  | FastSam-X | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 46.298 ms | 4 - 62 MB | NPU | [FastSam-X.tflite](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.tflite) |
57
  | FastSam-X | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 42.361 ms | 5 - 30 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
58
- | FastSam-X | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 46.495 ms | 10 - 320 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
59
  | FastSam-X | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 35.006 ms | 3 - 210 MB | NPU | [FastSam-X.tflite](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.tflite) |
60
  | FastSam-X | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 32.931 ms | 5 - 86 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
61
- | FastSam-X | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 34.431 ms | 13 - 95 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
62
  | FastSam-X | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 30.716 ms | 4 - 121 MB | NPU | [FastSam-X.tflite](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.tflite) |
63
  | FastSam-X | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 25.394 ms | 5 - 91 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
64
- | FastSam-X | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 30.3 ms | 15 - 88 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
65
  | FastSam-X | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 45.562 ms | 355 - 355 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
66
- | FastSam-X | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 47.276 ms | 139 - 139 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
67
 
68
 
69
 
 
31
  - Inference latency: RealTime
32
  - Input resolution: 640x640
33
  - Number of parameters: 72.2M
34
+ - Model size (float): 276 MB
35
 
36
  | Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
37
  |---|---|---|---|---|---|---|---|---|
 
55
  | FastSam-X | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 67.905 ms | 4 - 87 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
56
  | FastSam-X | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 46.298 ms | 4 - 62 MB | NPU | [FastSam-X.tflite](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.tflite) |
57
  | FastSam-X | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 42.361 ms | 5 - 30 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
58
+ | FastSam-X | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 47.364 ms | 5 - 287 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
59
  | FastSam-X | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 35.006 ms | 3 - 210 MB | NPU | [FastSam-X.tflite](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.tflite) |
60
  | FastSam-X | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 32.931 ms | 5 - 86 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
61
+ | FastSam-X | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 34.649 ms | 15 - 100 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
62
  | FastSam-X | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 30.716 ms | 4 - 121 MB | NPU | [FastSam-X.tflite](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.tflite) |
63
  | FastSam-X | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 25.394 ms | 5 - 91 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
64
+ | FastSam-X | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 30.657 ms | 16 - 90 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
65
  | FastSam-X | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 45.562 ms | 355 - 355 MB | NPU | [FastSam-X.dlc](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.dlc) |
66
+ | FastSam-X | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 47.178 ms | 140 - 140 MB | NPU | [FastSam-X.onnx](https://huggingface.co/qualcomm/FastSam-X/blob/main/FastSam-X.onnx) |
67
 
68
 
69