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

barakplasma
/
sapiens2-onnx

Image Feature Extraction
Transformers
ONNX
sapiens
sapiens2
vision-transformer
human-centric
feature-extraction
onnxruntime-web
Model card Files Files and versions
xet
Community

Instructions to use barakplasma/sapiens2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use barakplasma/sapiens2-onnx with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="barakplasma/sapiens2-onnx")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("barakplasma/sapiens2-onnx", dtype="auto")
  • sapiens

    How to use barakplasma/sapiens2-onnx 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
  • sapiens2

    How to use barakplasma/sapiens2-onnx 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
  • Notebooks
  • Google Colab
  • Kaggle
sapiens2-onnx
574 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
barakplasma's picture
barakplasma
Rewrite example as browser ES module; remove Node.js/sharp dependency
42e82e0 verified about 8 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 8 hours ago
  • README.md
    8.24 kB
    Trim model card to browser-only; remove Node.js section about 8 hours ago
  • example_embeddings.js
    6.15 kB
    Rewrite example as browser ES module; remove Node.js/sharp dependency about 8 hours ago
  • sapiens2_0.1b_fp32.onnx
    458 MB
    xet
    Add sapiens2-0.1b FP32 ONNX export about 8 hours ago
  • sapiens2_0.1b_int8.onnx
    116 MB
    xet
    Add sapiens2-0.1b INT8 quantized ONNX export about 8 hours ago