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

  • Log In
  • Sign Up

LiheYoung
/
depth_anything_vitb14

Depth Estimation
Transformers
PyTorch
depth_anything
Model card Files Files and versions
xet
Community
1

Instructions to use LiheYoung/depth_anything_vitb14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LiheYoung/depth_anything_vitb14 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="LiheYoung/depth_anything_vitb14")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("LiheYoung/depth_anything_vitb14", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
depth_anything_vitb14
390 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
LiheYoung's picture
LiheYoung
Update README.md
a7dff65 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.48 kB
    Update README.md over 2 years ago
  • config.json
    113 Bytes
    Push model using huggingface_hub. over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    390 MB
    xet
    Push model using huggingface_hub. over 2 years ago