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

  • Log In
  • Sign Up

Duplicated from  LiheYoung/depth-anything-small-hf

halimb
/
depth-anything-small-hf

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

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

  • Libraries
  • Transformers

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

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