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

google
/
tipsv2-so400m14-dpt

Depth Estimation
Transformers
Safetensors
tipsv2_dpt
feature-extraction
vision
surface-normals
semantic-segmentation
dense-prediction
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use google/tipsv2-so400m14-dpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/tipsv2-so400m14-dpt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="google/tipsv2-so400m14-dpt", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("google/tipsv2-so400m14-dpt", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tipsv2-so400m14-dpt
2.13 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 20 commits
gberton's picture
gberton
guarin's picture
guarin HF Staff
Update files for transformers integration (#1)
f1dfed3 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.53 kB
    Add arXiv tag to link the paper 7 days ago
  • config.json
    7.88 kB
    Update files for transformers integration (#1) 2 days ago
  • configuration_dpt.py
    1.41 kB
    Update files for transformers integration (#1) 2 days ago
  • dpt_head.py
    28.2 kB
    Upload dpt_head.py with huggingface_hub 3 months ago
  • model.safetensors
    2.13 GB
    xet
    Update files for transformers integration (#1) 2 days ago
  • modeling_dpt.py
    5.17 kB
    Update files for transformers integration (#1) 2 days ago
  • preprocessor_config.json
    261 Bytes
    Update files for transformers integration (#1) 2 days ago