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

Duplicated from  depth-anything/Depth-Anything-V2-Base-hf

strawberryHB
/
Depth-Anything-V2-Base-hf

Depth Estimation
Transformers
Safetensors
depth_anything
depth
relative depth
Model card Files Files and versions
xet
Community

Instructions to use strawberryHB/Depth-Anything-V2-Base-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use strawberryHB/Depth-Anything-V2-Base-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="strawberryHB/Depth-Anything-V2-Base-hf")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("strawberryHB/Depth-Anything-V2-Base-hf")
    model = AutoModelForDepthEstimation.from_pretrained("strawberryHB/Depth-Anything-V2-Base-hf")
  • Notebooks
  • Google Colab
  • Kaggle
Depth-Anything-V2-Base-hf
390 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
strawberryHB's picture
strawberryHB
pcuenq's picture
pcuenq HF Staff
Duplicate from depth-anything/Depth-Anything-V2-Base-hf
8ecff5c 1 day ago
  • .gitattributes
    1.52 kB
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 1 day ago
  • README.md
    4.42 kB
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 1 day ago
  • config.json
    953 Bytes
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 1 day ago
  • model.safetensors
    390 MB
    xet
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 1 day ago
  • preprocessor_config.json
    775 Bytes
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 1 day ago