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

  • Log In
  • Sign Up

apple
/
DepthPro-hf

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

Instructions to use apple/DepthPro-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use apple/DepthPro-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="apple/DepthPro-hf")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("apple/DepthPro-hf")
    model = AutoModelForDepthEstimation.from_pretrained("apple/DepthPro-hf")
  • Notebooks
  • Google Colab
  • Kaggle
DepthPro-hf
1.9 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 28 commits
pcuenq's picture
pcuenq HF Staff
AMLR license (#5)
de816c8 verified about 1 year ago
  • assets
    update assets over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    7.82 kB
    AMLR license (#5) about 1 year ago
  • config.json
    2.92 kB
    update config since changes in model architecture over 1 year ago
  • model.safetensors
    1.9 GB
    xet
    Update model.safetensors over 1 year ago
  • preprocessor_config.json
    280 Bytes
    remove antialias from processor over 1 year ago