You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used for segmentation, captioning, image translation, and multimodal applications.
Model
Description
SETR (SEgmentation TRansformer)
Applies encoder-decoder architecture for segmentation.
Segmenter
ViT-based model for semantic segmentation.
Pix2Seq / Pix2Seq v2
Treats object detection as a language modeling problem.
BLIP / BLIP-2
Vision-language models for captioning and VQA.
Flamingo
Multimodal model with frozen vision encoder and learnable language decoder.
SAM (Segment Anything Model)
Promptable, Zero-shot, High-resolution capable Segmentation and Object Detection Model. Uses a Vision Transformer (ViT) backbone for image encoding, and a lightweight decoder that processes prompts (points, boxes, masks) to generate segmentation masks.