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-1b

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

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

  • Libraries
  • sapiens2

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="facebook/sapiens2-pointmap-1b")
    # Load model directly
    from transformers import AutoImageProcessor, Sapiens2ForPointmapEstimation
    
    processor = AutoImageProcessor.from_pretrained("facebook/sapiens2-pointmap-1b")
    model = Sapiens2ForPointmapEstimation.from_pretrained("facebook/sapiens2-pointmap-1b")
  • Notebooks
  • Google Colab
  • Kaggle
sapiens2-pointmap-1b
13 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
rawalkhirodkar's picture
rawalkhirodkar
guarin's picture
guarin HF Staff
Update library to sapiens2 and add transformers tag (#4)
54215eb 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    3.48 kB
    Update library to sapiens2 and add transformers tag (#4) 17 days ago
  • config.json
    3.34 kB
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#3) 28 days ago
  • model.safetensors
    6.52 GB
    xet
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#1) 30 days ago
  • preprocessor_config.json
    475 Bytes
    Add HF-compatible model.safetensors, config.json, and preprocessor_config.json (#1) 30 days ago
  • sapiens2_1b_pointmap.safetensors
    6.52 GB
    xet
    Upload sapiens2_1b_pointmap.safetensors with huggingface_hub 2 months ago