Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

EddieT
/
DepthAnything_v0.3.1

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

Instructions to use EddieT/DepthAnything_v0.3.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EddieT/DepthAnything_v0.3.1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="EddieT/DepthAnything_v0.3.1")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("EddieT/DepthAnything_v0.3.1")
    model = AutoModelForDepthEstimation.from_pretrained("EddieT/DepthAnything_v0.3.1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
DepthAnything_v0.3.1
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
EddieT's picture
EddieT
Upload preprocessor_config.json
3b12ef6 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    28 Bytes
    initial commit over 2 years ago
  • config.json
    1.53 kB
    Uploading fine-tuned weights ran for 4 epochs on 2048 x whatever step (avg 150) depth images on alfred dataset. over 2 years ago
  • model.safetensors
    1.34 GB
    xet
    Uploading fine-tuned weights ran for 4 epochs on 2048 x whatever step (avg 150) depth images on alfred dataset. over 2 years ago
  • preprocessor_config.json
    437 Bytes
    Upload preprocessor_config.json over 2 years ago