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

  • Log In
  • Sign Up

keetrap
/
Distill-Any-Depth-Small-hf

Depth Estimation
Transformers
Safetensors
depth_anything
distil_any_depth
depth_estimation
Model card Files Files and versions
xet
Community
2

Instructions to use keetrap/Distill-Any-Depth-Small-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use keetrap/Distill-Any-Depth-Small-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="keetrap/Distill-Any-Depth-Small-hf")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("keetrap/Distill-Any-Depth-Small-hf")
    model = AutoModelForDepthEstimation.from_pretrained("keetrap/Distill-Any-Depth-Small-hf")
  • Notebooks
  • Google Colab
  • Kaggle
Distill-Any-Depth-Small-hf
99.2 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
keetrap's picture
keetrap
qubvel-hf's picture
qubvel-hf
Update README.md (#2)
a064927 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    308 Bytes
    Update README.md (#2) about 1 year ago
  • config.json
    1.04 kB
    Upload DepthAnythingForDepthEstimation about 1 year ago
  • model.safetensors
    99.2 MB
    xet
    Upload DepthAnythingForDepthEstimation about 1 year ago
  • preprocessor_config.json
    437 Bytes
    Upload processor about 1 year ago