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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Duplicated from  depth-anything/Depth-Anything-V2-Large-hf

pslime
/
depth-anything-v2-large-api

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

Instructions to use pslime/depth-anything-v2-large-api with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pslime/depth-anything-v2-large-api with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="pslime/depth-anything-v2-large-api")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("pslime/depth-anything-v2-large-api")
    model = AutoModelForDepthEstimation.from_pretrained("pslime/depth-anything-v2-large-api")
  • Notebooks
  • Google Colab
  • Kaggle
depth-anything-v2-large-api
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
pslime's picture
pslime
Update handler.py
83f365f verified 4 months ago
  • .gitattributes
    1.52 kB
    Duplicate from depth-anything/Depth-Anything-V2-Large-hf 4 months ago
  • README.md
    4.43 kB
    Duplicate from depth-anything/Depth-Anything-V2-Large-hf 4 months ago
  • config.json
    1.43 kB
    Duplicate from depth-anything/Depth-Anything-V2-Large-hf 4 months ago
  • handler.py
    4.09 kB
    Update handler.py 4 months ago
  • model.safetensors
    1.34 GB
    xet
    Duplicate from depth-anything/Depth-Anything-V2-Large-hf 4 months ago
  • preprocessor_config.json
    775 Bytes
    Duplicate from depth-anything/Depth-Anything-V2-Large-hf 4 months ago
  • requirements.txt
    31 Bytes
    Create requirements.txt 4 months ago