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-base-hf

Depth Estimation
Transformers
Safetensors
depth_anything
vision
Model card Files Files and versions
xet
Community
1

Instructions to use LiheYoung/depth-anything-base-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LiheYoung/depth-anything-base-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="LiheYoung/depth-anything-base-hf")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("LiheYoung/depth-anything-base-hf")
    model = AutoModelForDepthEstimation.from_pretrained("LiheYoung/depth-anything-base-hf")
  • Notebooks
  • Google Colab
  • Kaggle
depth-anything-base-hf
390 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
LiheYoung's picture
LiheYoung
Update README.md
fbce2ff verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.35 kB
    Update README.md over 2 years ago
  • config.json
    957 Bytes
    Upload DepthAnythingForDepthEstimation over 2 years ago
  • model.safetensors
    390 MB
    xet
    Upload DepthAnythingForDepthEstimation over 2 years ago
  • preprocessor_config.json
    437 Bytes
    Upload processor over 2 years ago