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

facebook
/
sapiens2-normal-5b

Depth Estimation
sapiens2
Safetensors
sapiens
Transformers
human-centric
normal
Model card Files Files and versions
xet
Community
4

Instructions to use facebook/sapiens2-normal-5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sapiens2

    How to use facebook/sapiens2-normal-5b with sapiens2:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • sapiens

    How to use facebook/sapiens2-normal-5b with sapiens:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Transformers

    How to use facebook/sapiens2-normal-5b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="facebook/sapiens2-normal-5b")
    # Load model directly
    from transformers import AutoImageProcessor, Sapiens2ForNormalEstimation
    
    processor = AutoImageProcessor.from_pretrained("facebook/sapiens2-normal-5b")
    model = Sapiens2ForNormalEstimation.from_pretrained("facebook/sapiens2-normal-5b")
  • Notebooks
  • Google Colab
  • Kaggle
sapiens2-normal-5b
42.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
rawalkhirodkar's picture
rawalkhirodkar
guarin's picture
guarin HF Staff
Update library to sapiens2 and add transformers tag (#4)
898f7c3 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    3.37 kB
    Update library to sapiens2 and add transformers tag (#4) 15 days ago
  • config.json
    3.62 kB
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#3) 26 days ago
  • model.safetensors
    21.3 GB
    xet
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#1) 28 days ago
  • preprocessor_config.json
    475 Bytes
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#1) 28 days ago
  • sapiens2_5b_normal.safetensors
    21.3 GB
    xet
    Upload sapiens2_5b_normal.safetensors with huggingface_hub 2 months ago