#364 · Primary category: Computer Vision
EVF-SAM
Official code of "EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model"
Project last updated:03/17/25
GitHub Stars
507
Forks
26
Contributors
4
License
Apache-2.0
Why we included this project
EVF-SAM is a solid reference implementation for teams that want to segment images by describing the target in natural language instead of clicking or drawing a box. It works by fusing the image and text early in a vision-language encoder and feeding the result directly into SAM's prompt interface, so it skips the usual pipeline where an LLM first proposes candidate boxes. That keeps the model comparatively small and fast; the repository notes a few seconds per image on a T4 GPU. Weights, a Colab notebook, and Hugging Face demos are all released, so you can run your own comparisons on referring-expression benchmarks like RefCOCO without much setup. The zero-shot video segmentation demo built on SAM-2 is also worth checking if your project needs to track objects across frames.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)