awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
UX-Decoder avatar

UX-Decoder/Segment-Everything-Everywhere-All-At-Once

0
View on GitHub↗
4,790 stars·455 forks·Python·Apache-2.0·20 views

Segment Everything Everywhere All At Once

This project is a multi-modal image segmentation framework and a text-to-mask vision model. It serves as a SAM-based visual segmenter designed to isolate distinct objects within images and video by converting natural language prompts and other inputs into pixel-level semantic masks.

The system functions as a multi-modal image segmentation framework that integrates text, image, and audio signals to generate masks. It includes an interactive video object tracker that isolates and tracks visual entities across video frames using referring images or textual queries.

The framework provides capabilities for semantic image labeling, assigning category names to masks via a predefined vocabulary. It also supports interactive image editing through session history memory and refers to feature matching to extract objects based on reference image regions.

Features

  • Semantic Image Segmentations - Provides algorithms for dividing images into precise segments to isolate distinct objects and patterns.
  • Query-Based Mask Generators - Produces precise object masks by processing user-defined or learned queries through a predictive decoder.
  • Text-Prompted Masking - Converts natural language text descriptions into precise pixel-level semantic masks.
  • Multi-Modal Image Querying - Generates pixel-level masks using a combination of text prompts, audio signals, and referring images.
  • Image Labeling Engines - Utilizes an image labeling engine to predict category labels for generated masks based on predicted embeddings.
  • Automated Image Labeling - Automatically generates category labels for segmentation masks based on a predefined semantic vocabulary.
  • Multi-Modal Image Segmentation Frameworks - Implements a comprehensive framework for generating image masks using combined text, image, and audio signals.
  • Multi-Modal Prompt Integration - Combines textual prompts, images, and audio signals into a unified embedding space to guide the segmentation process.
  • SAM-Based Implementations - Leverages the Segment Anything Model architecture to perform high-quality image and video segmentation.
  • Video Object Tracking - Implements algorithms for maintaining object identity and tracking segments across sequential video frames.
  • Interactive Video Object Trackers - Provides an interactive tool for tracking visual entities across video frames using referring images or textual queries.
  • Semantic Masking Architectures - Assigns semantic category labels to every individual pixel of generated masks using deep learning architectures.
  • Agent Session Memory - Provides persistent storage of interaction history and query decisions to maintain segmentation continuity across user turns.
  • Interactive Segmenters - Ships a user interface for the iterative refinement of image segmentation masks through multiple interaction rounds.
  • Referring-Image Feature Matching - Extracts specific objects in target images by matching visual features and spatial relationships with a reference image region.
  • Cell Segmentation - Unified segmentation model for diverse inputs.

Star history

Star history chart for ux-decoder/segment-everything-everywhere-all-at-onceStar history chart for ux-decoder/segment-everything-everywhere-all-at-once

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Segment Everything Everywhere All At Once

Similar open-source projects, ranked by how many features they share with Segment Everything Everywhere All At Once.
  • syscv/sam-hqSysCV avatar

    SysCV/sam-hq

    4,234View on GitHub↗

    sam-hq is a collection of pre-trained vision foundation models and adapters designed for high-quality image segmentation, multimodal feature extraction, and depth estimation. It provides a zero-shot vision model capable of performing segmentation and classification across diverse domains without requiring task-specific training. The project features a high-quality image segmentation tool based on the Segment Anything Model that generates precise masks from spatial prompts. It includes a multimodal feature extractor to generate high-dimensional vector embeddings from both image and text inputs

    Jupyter Notebookhigh-qualitysamsegment-anything
    View on GitHub↗4,234
  • dmlc/gluon-cvdmlc avatar

    dmlc/gluon-cv

    5,922View on GitHub↗

    Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision architectures and training pipelines. It serves as a deep learning research toolkit and a model zoo containing state-of-the-art pre-trained weights for image and video analysis. The project includes a specialized human pose estimation library and a model compression toolkit. These tools allow for the pruning and quantization of deep learning models to increase inference speed and facilitate deployment on constrained edge hardware. The library covers a broad range of vision capabili

    Pythonaction-recognitioncomputer-visiondeep-learning
    View on GitHub↗5,922
  • facebookresearch/sam3facebookresearch avatar

    facebookresearch/sam3

    7,762View on GitHub↗

    This project is a computer vision system for object segmentation and tracking across images and videos. It employs models capable of identifying and masking objects using text prompts, bounding boxes, click points, or image exemplars. The system differentiates itself through memory-based video tracking and shared-memory architectures that maintain consistent object identities over time. It supports multi-object processing in single computation passes to increase frame throughput and utilizes iterative refinement to correct segmentation boundaries through sequential prompts. The software also

    Python
    View on GitHub↗7,762
  • dusty-nv/jetson-inferencedusty-nv avatar

    dusty-nv/jetson-inference

    8,734View on GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    View on GitHub↗8,734
See all 30 alternatives to Segment Everything Everywhere All At Once→

Frequently asked questions

What does ux-decoder/segment-everything-everywhere-all-at-once do?

This project is a multi-modal image segmentation framework and a text-to-mask vision model. It serves as a SAM-based visual segmenter designed to isolate distinct objects within images and video by converting natural language prompts and other inputs into pixel-level semantic masks.

What are the main features of ux-decoder/segment-everything-everywhere-all-at-once?

The main features of ux-decoder/segment-everything-everywhere-all-at-once are: Semantic Image Segmentations, Query-Based Mask Generators, Text-Prompted Masking, Multi-Modal Image Querying, Image Labeling Engines, Automated Image Labeling, Multi-Modal Image Segmentation Frameworks, Multi-Modal Prompt Integration.

What are some open-source alternatives to ux-decoder/segment-everything-everywhere-all-at-once?

Open-source alternatives to ux-decoder/segment-everything-everywhere-all-at-once include: syscv/sam-hq — sam-hq is a collection of pre-trained vision foundation models and adapters designed for high-quality image… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… facebookresearch/sam3 — This project is a computer vision system for object segmentation and tracking across images and videos. It employs… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… nvlabs/describe-anything — Describe Anything is a multimodal vision-language framework designed for localized visual analysis and automated… yatenglg/isat_with_segment_anything — ISAT with Segment Anything is a desktop application designed for computer vision data labeling and interactive image…