Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

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

fampiyush
/
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 fampiyush/Depth-Anything-V2-Base-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="fampiyush/Depth-Anything-V2-Base-hf")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("fampiyush/Depth-Anything-V2-Base-hf")
    model = AutoModelForDepthEstimation.from_pretrained("fampiyush/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
fampiyush's picture
fampiyush
pcuenq's picture
pcuenq HF Staff
Duplicate from depth-anything/Depth-Anything-V2-Base-hf
13a1b4b verified 6 months ago
  • .gitattributes
    1.52 kB
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 6 months ago
  • README.md
    4.42 kB
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 6 months ago
  • config.json
    953 Bytes
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 6 months ago
  • model.safetensors
    390 MB
    xet
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 6 months ago
  • preprocessor_config.json
    775 Bytes
    Duplicate from depth-anything/Depth-Anything-V2-Base-hf 6 months ago