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

  • Log In
  • Sign Up

scenario-labs
/
depth

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

Instructions to use scenario-labs/depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use scenario-labs/depth with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="scenario-labs/depth")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("scenario-labs/depth")
    model = AutoModelForDepthEstimation.from_pretrained("scenario-labs/depth")
  • Notebooks
  • Google Colab
  • Kaggle
depth / v1
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Clement's picture
Clement
replace depth anything v1 with v2
b4a77d0 almost 2 years ago
  • README.md
    3.36 kB
    replace depth anything v1 with v2 almost 2 years ago
  • config.json
    1.31 kB
    replace depth anything v1 with v2 almost 2 years ago
  • model.safetensors
    1.34 GB
    xet
    replace depth anything v1 with v2 almost 2 years ago
  • preprocessor_config.json
    405 Bytes
    replace depth anything v1 with v2 almost 2 years ago