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-pointmap-5b

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

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

  • Libraries
  • sapiens2

    How to use facebook/sapiens2-pointmap-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-pointmap-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-pointmap-5b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="facebook/sapiens2-pointmap-5b")
    # Load model directly
    from transformers import AutoImageProcessor, Sapiens2ForPointmapEstimation
    
    processor = AutoImageProcessor.from_pretrained("facebook/sapiens2-pointmap-5b")
    model = Sapiens2ForPointmapEstimation.from_pretrained("facebook/sapiens2-pointmap-5b")
  • Notebooks
  • Google Colab
  • Kaggle
sapiens2-pointmap-5b
42.8 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
guarin's picture
guarin HF Staff
Update library to sapiens2 and add transformers tag
02dc5f9 verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    3.37 kB
    Update library to sapiens2 and add transformers tag 6 days ago
  • config.json
    3.71 kB
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#3) 17 days ago
  • model.safetensors
    21.4 GB
    xet
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#1) 19 days ago
  • preprocessor_config.json
    475 Bytes
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#1) 19 days ago
  • sapiens2_5b_pointmap.safetensors
    21.4 GB
    xet
    Upload sapiens2_5b_pointmap.safetensors with huggingface_hub about 2 months ago