🤖 mask-generation

sam-vit-base

facebook/sam-vit-base

Get AI Model →
365.4K
Downloads
❤️
166
Likes
🏷️
12
Tags
📦
transformers
Library
Model Details
Full Model IDfacebook/sam-vit-base
Pipeline / Taskmask-generation
Librarytransformers
Downloads (all-time)365.4K
Likes166
Last Modified1/11/2024
Author / Orgfacebook
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("mask-generation", model="facebook/sam-vit-base")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
transformerspytorchtfsafetensorssammask-generationvisionarxiv:2304.02643license:apache-2.0endpoints_compatibledeploy:azureregion:us
More mask-generation Models
See all →
sam3

facebook/sam3

2.2M❤️ 1.9K
Get AI Model →
BiRefNet

ZhengPeng7/BiRefNet

730.1K❤️ 559
Get AI Model →
sam-vit-huge

facebook/sam-vit-huge

215.1K❤️ 192
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
🤖 Task: mask-generation

This model is designed for the mask-generation task. Explore more models for this use case.

All mask-generation Models →
📊 Popularity
Downloads365.4K
❤️ Community Likes166
🛠️ Requirements
  • Install: pip install transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?