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

  • Log In
  • Sign Up

Intel
/
zoedepth-nyu

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

Instructions to use Intel/zoedepth-nyu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Intel/zoedepth-nyu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="Intel/zoedepth-nyu")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("Intel/zoedepth-nyu")
    model = AutoModelForDepthEstimation.from_pretrained("Intel/zoedepth-nyu")
  • Notebooks
  • Google Colab
  • Kaggle
zoedepth-nyu
1.38 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
nielsr's picture
nielsr HF Staff
Upload processor
52ae69c verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.48 kB
    Update README.md about 2 years ago
  • config.json
    2.13 kB
    Upload ZoeDepthForDepthEstimation almost 2 years ago
  • model.safetensors
    1.38 GB
    xet
    Upload ZoeDepthForDepthEstimation about 2 years ago
  • preprocessor_config.json
    723 Bytes
    Upload processor about 2 years ago