v0.32.0
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.32.0 for changelog.
- .gitattributes +1 -0
- DEPLOYMENT_MODEL_LICENSE.pdf +3 -0
- Depth-Anything.onnx +2 -2
- LICENSE +2 -0
- README.md +6 -6
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Depth-Anything.so filter=lfs diff=lfs merge=lfs -text
|
37 |
Depth-Anything.dlc filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Depth-Anything.so filter=lfs diff=lfs merge=lfs -text
|
37 |
Depth-Anything.dlc filter=lfs diff=lfs merge=lfs -text
|
38 |
+
DEPLOYMENT_MODEL_LICENSE.pdf filter=lfs diff=lfs merge=lfs -text
|
DEPLOYMENT_MODEL_LICENSE.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4409f93b0e82531303b3e10f52f1fdfb56467a25f05b7441c6bbd8bb8a64b42c
|
3 |
+
size 109629
|
Depth-Anything.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5d76f468b56c6e91186cece6377797a2c2ccf2faecc88ef50e89e35c6dbaa5d
|
3 |
+
size 99032011
|
LICENSE
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
The license of the original trained model can be found at https://github.com/huggingface/transformers/blob/main/LICENSE.
|
2 |
+
The license for the deployable model files (.tflite, .onnx, .dlc, .bin, etc.) can be found in DEPLOYMENT_MODEL_LICENSE.pdf.
|
README.md
CHANGED
@@ -29,8 +29,8 @@ More details on model performance across various devices, can be found
|
|
29 |
- **Model Stats:**
|
30 |
- Model checkpoint: DepthAnything_Small
|
31 |
- Input resolution: 518x518
|
32 |
-
- Number of parameters: 24.
|
33 |
-
- Model size: 94 MB
|
34 |
|
35 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
36 |
|---|---|---|---|---|---|---|---|---|
|
@@ -54,15 +54,15 @@ More details on model performance across various devices, can be found
|
|
54 |
| Depth-Anything | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 129.008 ms | 112 - 803 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
55 |
| Depth-Anything | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 150.557 ms | 1 - 96 MB | NPU | [Depth-Anything.tflite](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.tflite) |
|
56 |
| Depth-Anything | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 131.476 ms | 3 - 96 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
57 |
-
| Depth-Anything | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX |
|
58 |
| Depth-Anything | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 110.455 ms | 1 - 590 MB | NPU | [Depth-Anything.tflite](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.tflite) |
|
59 |
| Depth-Anything | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 97.854 ms | 3 - 689 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
60 |
-
| Depth-Anything | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX |
|
61 |
| Depth-Anything | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 86.949 ms | 1 - 561 MB | NPU | [Depth-Anything.tflite](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.tflite) |
|
62 |
| Depth-Anything | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 86.776 ms | 0 - 696 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
63 |
-
| Depth-Anything | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 89.
|
64 |
| Depth-Anything | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 138.955 ms | 115 - 115 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
65 |
-
| Depth-Anything | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 140.
|
66 |
|
67 |
|
68 |
|
|
|
29 |
- **Model Stats:**
|
30 |
- Model checkpoint: DepthAnything_Small
|
31 |
- Input resolution: 518x518
|
32 |
+
- Number of parameters: 24.7M
|
33 |
+
- Model size (float): 94.3 MB
|
34 |
|
35 |
| Model | Precision | Device | Chipset | Target Runtime | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit | Target Model
|
36 |
|---|---|---|---|---|---|---|---|---|
|
|
|
54 |
| Depth-Anything | float | SA8775P ADP | Qualcomm® SA8775P | QNN_DLC | 129.008 ms | 112 - 803 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
55 |
| Depth-Anything | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | TFLITE | 150.557 ms | 1 - 96 MB | NPU | [Depth-Anything.tflite](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.tflite) |
|
56 |
| Depth-Anything | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | QNN_DLC | 131.476 ms | 3 - 96 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
57 |
+
| Depth-Anything | float | Samsung Galaxy S23 | Snapdragon® 8 Gen 2 Mobile | ONNX | 135.021 ms | 2 - 200 MB | NPU | [Depth-Anything.onnx](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.onnx) |
|
58 |
| Depth-Anything | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | TFLITE | 110.455 ms | 1 - 590 MB | NPU | [Depth-Anything.tflite](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.tflite) |
|
59 |
| Depth-Anything | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | QNN_DLC | 97.854 ms | 3 - 689 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
60 |
+
| Depth-Anything | float | Samsung Galaxy S24 | Snapdragon® 8 Gen 3 Mobile | ONNX | 109.146 ms | 5 - 780 MB | NPU | [Depth-Anything.onnx](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.onnx) |
|
61 |
| Depth-Anything | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | TFLITE | 86.949 ms | 1 - 561 MB | NPU | [Depth-Anything.tflite](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.tflite) |
|
62 |
| Depth-Anything | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | QNN_DLC | 86.776 ms | 0 - 696 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
63 |
+
| Depth-Anything | float | Snapdragon 8 Elite QRD | Snapdragon® 8 Elite Mobile | ONNX | 89.148 ms | 3 - 764 MB | NPU | [Depth-Anything.onnx](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.onnx) |
|
64 |
| Depth-Anything | float | Snapdragon X Elite CRD | Snapdragon® X Elite | QNN_DLC | 138.955 ms | 115 - 115 MB | NPU | [Depth-Anything.dlc](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.dlc) |
|
65 |
+
| Depth-Anything | float | Snapdragon X Elite CRD | Snapdragon® X Elite | ONNX | 140.849 ms | 66 - 66 MB | NPU | [Depth-Anything.onnx](https://huggingface.co/qualcomm/Depth-Anything/blob/main/Depth-Anything.onnx) |
|
66 |
|
67 |
|
68 |
|