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

  • Log In
  • Sign Up

Duplicated from  LiheYoung/depth-anything-large-hf

halimb
/
depth-anything-large-hf

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

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

  • Libraries
  • Transformers

    How to use halimb/depth-anything-large-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="halimb/depth-anything-large-hf")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("halimb/depth-anything-large-hf")
    model = AutoModelForDepthEstimation.from_pretrained("halimb/depth-anything-large-hf")
  • Notebooks
  • Google Colab
  • Kaggle
depth-anything-large-hf
1.34 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
halimb's picture
halimb
Create handler.py
9647bb7 verified over 2 years ago
  • .gitattributes
    1.52 kB
    Duplicate from LiheYoung/depth-anything-large-hf over 2 years ago
  • README.md
    3.36 kB
    Duplicate from LiheYoung/depth-anything-large-hf over 2 years ago
  • config.json
    1.43 kB
    Duplicate from LiheYoung/depth-anything-large-hf over 2 years ago
  • handler.py
    876 Bytes
    Create handler.py over 2 years ago
  • model.safetensors
    1.34 GB
    xet
    Duplicate from LiheYoung/depth-anything-large-hf over 2 years ago
  • preprocessor_config.json
    437 Bytes
    Duplicate from LiheYoung/depth-anything-large-hf over 2 years ago
  • requirements.txt
    68 Bytes
    Create requirements.txt over 2 years ago