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

  • Log In
  • Sign Up

Intel
/
zoedepth-kitti

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

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

  • Libraries
  • Transformers

    How to use Intel/zoedepth-kitti with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="Intel/zoedepth-kitti")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("Intel/zoedepth-kitti")
    model = AutoModelForDepthEstimation.from_pretrained("Intel/zoedepth-kitti")
  • Notebooks
  • Google Colab
  • Kaggle
zoedepth-kitti
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
nielsr's picture
nielsr HF Staff
Upload processor
0347db8 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.49 kB
    Update README.md about 2 years ago
  • config.json
    2.12 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