qaihm-bot commited on
Commit
46cd5aa
·
verified ·
1 Parent(s): 91b7f58

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

Files changed (1) hide show
  1. README.md +44 -31
README.md CHANGED
@@ -27,10 +27,11 @@ Below are pre-exported model assets ready for deployment.
27
 
28
  | Runtime | Precision | Chipset | SDK Versions | Download |
29
  |---|---|---|---|---|
30
- | ONNX | float | Universal | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.46.0/depth_anything-onnx-float.zip)
31
- | QNN_DLC | float | Universal | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.46.0/depth_anything-qnn_dlc-float.zip)
32
- | QNN_DLC | w8a16 | Universal | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.46.0/depth_anything-qnn_dlc-w8a16.zip)
33
- | TFLITE | float | Universal | QAIRT 2.42, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.46.0/depth_anything-tflite-float.zip)
 
34
 
35
  For more device-specific assets and performance metrics, visit **[Depth-Anything on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/depth_anything)**.
36
 
@@ -59,33 +60,45 @@ See our repository for [Depth-Anything on GitHub](https://github.com/quic/ai-hub
59
  ## Performance Summary
60
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
61
  |---|---|---|---|---|---|---
62
- | Depth-Anything | ONNX | float | Snapdragon® X Elite | 75.045 ms | 61 - 61 MB | NPU
63
- | Depth-Anything | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 59.344 ms | 0 - 827 MB | NPU
64
- | Depth-Anything | ONNX | float | Qualcomm® QCS8550 (Proxy) | 75.839 ms | 0 - 64 MB | NPU
65
- | Depth-Anything | ONNX | float | Qualcomm® QCS9075 | 92.448 ms | 3 - 9 MB | NPU
66
- | Depth-Anything | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 45.782 ms | 2 - 679 MB | NPU
67
- | Depth-Anything | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 38.518 ms | 2 - 659 MB | NPU
68
- | Depth-Anything | QNN_DLC | float | Snapdragon® X Elite | 75.519 ms | 3 - 3 MB | NPU
69
- | Depth-Anything | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 55.062 ms | 3 - 662 MB | NPU
70
- | Depth-Anything | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 175.317 ms | 0 - 492 MB | NPU
71
- | Depth-Anything | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 74.553 ms | 3 - 6 MB | NPU
72
- | Depth-Anything | QNN_DLC | float | Qualcomm® SA8775P | 80.825 ms | 1 - 494 MB | NPU
73
- | Depth-Anything | QNN_DLC | float | Qualcomm® QCS9075 | 96.626 ms | 3 - 9 MB | NPU
74
- | Depth-Anything | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 117.538 ms | 2 - 610 MB | NPU
75
- | Depth-Anything | QNN_DLC | float | Qualcomm® SA7255P | 175.317 ms | 0 - 492 MB | NPU
76
- | Depth-Anything | QNN_DLC | float | Qualcomm® SA8295P | 104.294 ms | 0 - 520 MB | NPU
77
- | Depth-Anything | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 41.091 ms | 2 - 493 MB | NPU
78
- | Depth-Anything | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 36.448 ms | 3 - 504 MB | NPU
79
- | Depth-Anything | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 51.037 ms | 0 - 604 MB | NPU
80
- | Depth-Anything | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 176.714 ms | 1 - 451 MB | NPU
81
- | Depth-Anything | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 72.648 ms | 1 - 5 MB | NPU
82
- | Depth-Anything | TFLITE | float | Qualcomm® SA8775P | 78.624 ms | 0 - 449 MB | NPU
83
- | Depth-Anything | TFLITE | float | Qualcomm® QCS9075 | 89.195 ms | 0 - 57 MB | NPU
84
- | Depth-Anything | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 105.73 ms | 0 - 583 MB | NPU
85
- | Depth-Anything | TFLITE | float | Qualcomm® SA7255P | 176.714 ms | 1 - 451 MB | NPU
86
- | Depth-Anything | TFLITE | float | Qualcomm® SA8295P | 102.07 ms | 1 - 442 MB | NPU
87
- | Depth-Anything | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 35.448 ms | 1 - 446 MB | NPU
88
- | Depth-Anything | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 31.027 ms | 1 - 460 MB | NPU
 
 
 
 
 
 
 
 
 
 
 
 
89
 
90
  ## License
91
  * The license for the original implementation of Depth-Anything can be found
 
27
 
28
  | Runtime | Precision | Chipset | SDK Versions | Download |
29
  |---|---|---|---|---|
30
+ | ONNX | float | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.47.0/depth_anything-onnx-float.zip)
31
+ | ONNX | w8a16 | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.47.0/depth_anything-onnx-w8a16.zip)
32
+ | QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.47.0/depth_anything-qnn_dlc-float.zip)
33
+ | QNN_DLC | w8a16 | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.47.0/depth_anything-qnn_dlc-w8a16.zip)
34
+ | TFLITE | float | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/depth_anything/releases/v0.47.0/depth_anything-tflite-float.zip)
35
 
36
  For more device-specific assets and performance metrics, visit **[Depth-Anything on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/depth_anything)**.
37
 
 
60
  ## Performance Summary
61
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
62
  |---|---|---|---|---|---|---
63
+ | Depth-Anything | ONNX | float | Snapdragon® X Elite | 79.343 ms | 50 - 50 MB | NPU
64
+ | Depth-Anything | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 56.067 ms | 0 - 867 MB | NPU
65
+ | Depth-Anything | ONNX | float | Qualcomm® QCS8550 (Proxy) | 75.966 ms | 0 - 57 MB | NPU
66
+ | Depth-Anything | ONNX | float | Qualcomm® QCS9075 | 97.967 ms | 3 - 9 MB | NPU
67
+ | Depth-Anything | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 41.282 ms | 2 - 618 MB | NPU
68
+ | Depth-Anything | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 34.715 ms | 5 - 659 MB | NPU
69
+ | Depth-Anything | ONNX | float | Snapdragon® X2 Elite | 34.368 ms | 51 - 51 MB | NPU
70
+ | Depth-Anything | ONNX | w8a16 | Snapdragon® X Elite | 54.946 ms | 29 - 29 MB | NPU
71
+ | Depth-Anything | ONNX | w8a16 | Snapdragon® 8 Gen 3 Mobile | 40.821 ms | 3 - 1054 MB | NPU
72
+ | Depth-Anything | ONNX | w8a16 | Qualcomm® QCS6490 | 3258.093 ms | 160 - 164 MB | CPU
73
+ | Depth-Anything | ONNX | w8a16 | Qualcomm® QCS8550 (Proxy) | 55.751 ms | 0 - 38 MB | NPU
74
+ | Depth-Anything | ONNX | w8a16 | Qualcomm® QCS9075 | 79.431 ms | 2 - 5 MB | NPU
75
+ | Depth-Anything | ONNX | w8a16 | Qualcomm® QCM6690 | 1685.244 ms | 155 - 170 MB | CPU
76
+ | Depth-Anything | ONNX | w8a16 | Snapdragon® 8 Elite For Galaxy Mobile | 32.257 ms | 3 - 838 MB | NPU
77
+ | Depth-Anything | ONNX | w8a16 | Snapdragon® 7 Gen 4 Mobile | 1636.432 ms | 157 - 172 MB | CPU
78
+ | Depth-Anything | ONNX | w8a16 | Snapdragon® 8 Elite Gen 5 Mobile | 26.864 ms | 3 - 575 MB | NPU
79
+ | Depth-Anything | ONNX | w8a16 | Snapdragon® X2 Elite | 28.445 ms | 30 - 30 MB | NPU
80
+ | Depth-Anything | QNN_DLC | float | Snapdragon® X Elite | 76.386 ms | 3 - 3 MB | NPU
81
+ | Depth-Anything | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 54.654 ms | 1 - 663 MB | NPU
82
+ | Depth-Anything | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 176.285 ms | 2 - 493 MB | NPU
83
+ | Depth-Anything | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 74.439 ms | 3 - 569 MB | NPU
84
+ | Depth-Anything | QNN_DLC | float | Qualcomm® SA8775P | 80.749 ms | 1 - 496 MB | NPU
85
+ | Depth-Anything | QNN_DLC | float | Qualcomm® QCS9075 | 97.156 ms | 3 - 9 MB | NPU
86
+ | Depth-Anything | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 118.968 ms | 1 - 610 MB | NPU
87
+ | Depth-Anything | QNN_DLC | float | Qualcomm® SA7255P | 176.285 ms | 2 - 493 MB | NPU
88
+ | Depth-Anything | QNN_DLC | float | Qualcomm® SA8295P | 104.535 ms | 0 - 521 MB | NPU
89
+ | Depth-Anything | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 40.88 ms | 2 - 493 MB | NPU
90
+ | Depth-Anything | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 36.484 ms | 2 - 504 MB | NPU
91
+ | Depth-Anything | QNN_DLC | float | Snapdragon® X2 Elite | 34.232 ms | 3 - 3 MB | NPU
92
+ | Depth-Anything | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 50.38 ms | 1 - 591 MB | NPU
93
+ | Depth-Anything | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 176.569 ms | 1 - 445 MB | NPU
94
+ | Depth-Anything | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 72.423 ms | 1 - 12 MB | NPU
95
+ | Depth-Anything | TFLITE | float | Qualcomm® SA8775P | 78.958 ms | 1 - 444 MB | NPU
96
+ | Depth-Anything | TFLITE | float | Qualcomm® QCS9075 | 89.409 ms | 0 - 57 MB | NPU
97
+ | Depth-Anything | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 105.705 ms | 1 - 580 MB | NPU
98
+ | Depth-Anything | TFLITE | float | Qualcomm® SA7255P | 176.569 ms | 1 - 445 MB | NPU
99
+ | Depth-Anything | TFLITE | float | Qualcomm® SA8295P | 101.125 ms | 1 - 435 MB | NPU
100
+ | Depth-Anything | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 37.742 ms | 1 - 459 MB | NPU
101
+ | Depth-Anything | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 31.437 ms | 1 - 466 MB | NPU
102
 
103
  ## License
104
  * The license for the original implementation of Depth-Anything can be found