IMvision12 commited on
Commit
9d2e590
·
verified ·
1 Parent(s): 28c6a92

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -1,18 +1,21 @@
1
- ---
2
- pipeline_tag: depth-estimation
3
- license: apache-2.0
4
- library_name: kerasformers
5
- tags:
6
- - keras
7
- - kerasformers
8
- - depth_anything_v1
9
- ---
10
-
11
- # depth_anything_small (Keras 3)
12
-
13
- Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers). License: `apache-2.0`.
14
-
15
- ```python
16
- from kerasformers.models.depth_anything_v1 import DepthAnythingV1DepthEstimation
17
- model = DepthAnythingV1DepthEstimation.from_weights("depth_anything_small")
18
- ```
 
 
 
 
1
+ ---
2
+ pipeline_tag: depth-estimation
3
+ license: apache-2.0
4
+ library_name: kerasformers
5
+ tags:
6
+ - keras
7
+ - kerasformers
8
+ - depth_anything_v1
9
+ - tensorflow
10
+ - jax
11
+ - pytorch
12
+ ---
13
+
14
+ # depth_anything_small (Keras 3)
15
+
16
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers). License: `apache-2.0`.
17
+
18
+ ```python
19
+ from kerasformers.models.depth_anything_v1 import DepthAnythingV1DepthEstimation
20
+ model = DepthAnythingV1DepthEstimation.from_weights("depth_anything_small")
21
+ ```