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

vinvino02
/
glpn-nyu

Depth Estimation
Transformers
PyTorch
Safetensors
glpn
vision
Model card Files Files and versions
xet
Community
1

Instructions to use vinvino02/glpn-nyu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vinvino02/glpn-nyu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="vinvino02/glpn-nyu")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForDepthEstimation
    
    processor = AutoImageProcessor.from_pretrained("vinvino02/glpn-nyu")
    model = AutoModelForDepthEstimation.from_pretrained("vinvino02/glpn-nyu")
  • Notebooks
  • Google Colab
  • Kaggle
glpn-nyu
490 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
nielsr's picture
nielsr HF Staff
sayakpaul's picture
sayakpaul HF Staff
Adding `safetensors` variant of this model (#1)
cb8ce03 verified over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    3.22 kB
    Update README.md over 2 years ago
  • config.json
    920 Bytes
    Add model about 4 years ago
  • model.safetensors
    245 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • preprocessor_config.json
    137 Bytes
    Add feature extractor about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    245 MB
    xet
    Add model about 4 years ago