Push model using huggingface_hub.
Browse files- README.md +13 -0
- config.json +12 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: Depth-Anything-V2
|
3 |
+
pipeline_tag: depth-estimation
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- depth
|
7 |
+
- relative depth
|
8 |
+
- pytorch_model_hub_mixin
|
9 |
+
---
|
10 |
+
|
11 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
12 |
+
- Library: https://github.com/DepthAnything/Depth-Anything-V2
|
13 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"encoder": "vits",
|
3 |
+
"features": 64,
|
4 |
+
"out_channels": [
|
5 |
+
48,
|
6 |
+
96,
|
7 |
+
192,
|
8 |
+
384
|
9 |
+
],
|
10 |
+
"use_bn": false,
|
11 |
+
"use_clstoken": false
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07635472183d063a80e6b2d78645ab944a9210fd973b1c88e4b7e3ba23981f75
|
3 |
+
size 99165428
|