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 / assets
799 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
geetu040's picture
geetu040
update assets
5020f57 over 1 year ago
  • depth_pro_datasets.png
    374 kB
    update assets over 1 year ago
  • depth_pro_results.png
    261 kB
    update assets over 1 year ago
  • depth_pro_training_hyper_parameters.png
    165 kB
    update assets over 1 year ago