Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LiheYoung
/
depth_anything_vits14

Depth Estimation
Transformers
PyTorch
depth_anything
Model card Files Files and versions
xet
Community
3

Instructions to use LiheYoung/depth_anything_vits14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LiheYoung/depth_anything_vits14 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="LiheYoung/depth_anything_vits14")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("LiheYoung/depth_anything_vits14", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
depth_anything_vits14
99.2 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
LiheYoung's picture
LiheYoung
Update README.md
1bee667 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.48 kB
    Update README.md over 2 years ago
  • config.json
    111 Bytes
    Push model using huggingface_hub. over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    99.2 MB
    xet
    Push model using huggingface_hub. over 2 years ago