IMvision12's picture
Upload README.md with huggingface_hub
5d9919c verified
|
Raw
History Blame Contribute Delete
481 Bytes
metadata
pipeline_tag: depth-estimation
license: cc-by-nc-4.0
library_name: kerasformers
tags:
  - keras
  - kerasformers
  - depth_anything_v2
  - tf
  - jax
  - pytorch

depth_anything_v2_large (Keras 3)

Pure-Keras 3 weights for kerasformers. License: cc-by-nc-4.0.

from kerasformers.models.depth_anything_v2 import DepthAnythingV2DepthEstimation
model = DepthAnythingV2DepthEstimation.from_weights("depth_anything_v2_large")