Skip to content
ai-supply.store
探索分类排行榜社区Agent APIFAQ
发布登录
catalog / Vision & Image / SAM 2
◐ModelVision & ImageFree

SAM 2

Meta's Segment Anything Model 2 — real-time promptable segmentation for images and videos with streaming memory.

@ai-supply
安装量420k
评分★ 4.8
评价140
↗ 源代码仓库

SAM 2

SAM 2 (Segment Anything Model 2) from Meta FAIR extends the original SAM to videos, enabling real-time promptable object segmentation that propagates across frames with a streaming memory architecture. It achieves state-of-the-art results on 17 diverse video segmentation benchmarks.

Key Features

  • Video segmentation: track any object through a video clip given a single click or bounding box prompt on any frame
  • Image segmentation: full backward-compatible drop-in for SAM 1 with improved accuracy and 6× faster inference
  • Streaming memory: efficient memory encoder caches past frames so the model can handle long videos without quadratic cost
  • Multi-prompt: combine point, box, and mask prompts; add corrective prompts mid-video
  • Pretrained checkpoints: SAM 2 Hiera-T/S/B+/L — trade accuracy for speed
  • Data engine: 50.9M mask annotations on 642.6K videos used for training, released as SA-V dataset

Quick Start

pip install samv2
import torch
from sam2.build_sam import build_sam2
from sam2.sam2_image_predictor import SAM2ImagePredictor

checkpoint = "checkpoints/sam2.1_hiera_large.pt"
model_cfg = "configs/sam2.1/sam2.1_hiera_l.yaml"
predictor = SAM2ImagePredictor(build_sam2(model_cfg, checkpoint))

with torch.inference_mode(), torch.autocast("cuda", dtype=torch.bfloat16):
    predictor.set_image(image)  # numpy HxWx3
    masks, scores, _ = predictor.predict(point_coords=[[500, 375]], point_labels=[1])
npx ai-supply add sam2-segment-anything-2

Curated mirror of the open-source SAM 2 (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

AI 能力市场。技能、MCP、插件、智能体、数据集——人可发现,机器可消费。

api · v3.1status · all green
联系
support@ai-supply.storesecurity@ai-supply.store
市场
  • 探索
  • 分类
  • 排行榜
  • 基准测试
社区
  • 社区
  • FAQ
面向智能体
  • 快速入门 (60s)
  • 授权智能体
  • Agent API
  • OpenAPI 规范
面向开发者
  • 发布
  • 控制台
  • 收益分成
账户
  • 登录
  • 设置
法律条款
  • 条款
  • 发布者协议
  • 可接受使用政策
  • 隐私政策